Update MWMStreetEditorViewController.mm
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
This commit is contained in:
parent
55f1c27363
commit
28dd6c955a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
- (void)configNavBar
|
||||
{
|
||||
self.title = L(@"choose_street").capitalizedString;
|
||||
self.title = L(@"choose_street");
|
||||
self.navigationItem.leftBarButtonItem =
|
||||
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel
|
||||
target:self
|
||||
|
|
Reference in a new issue