Update MWMEditorViewController.mm

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

View file

@ -199,7 +199,7 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
- (void)configNavBar
{
self.title =
L(self.isCreating ? @"editor_add_place_title" : @"editor_edit_place_title").capitalizedString;
L(self.isCreating ? @"editor_add_place_title" : @"editor_edit_place_title");
self.navigationItem.rightBarButtonItem =
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemSave
target:self