Update MWMOpeningHoursEditorViewController.mm

Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
This commit is contained in:
Matheus Gomes 2024-06-08 17:02:21 -03:00 committed by GitHub
parent bed3b12146
commit 55f1c27363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ extern NSDictionary * const kMWMOpeningHoursEditorTableCells = @{
- (void)configNavBar
{
self.title = L(@"editor_time_title").capitalizedString;
self.title = L(@"editor_time_title");
self.navigationItem.rightBarButtonItem =
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemDone
target:self