Update MWMOpeningHoursEditorViewController.mm
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
This commit is contained in:
parent
bed3b12146
commit
55f1c27363
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue