Update MWMStreetEditorViewController.mm

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

View file

@ -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