[iOS] minor localization fix

https://jira.mail.ru/browse/MAPSME-9865
This commit is contained in:
Aleksey Belouosv 2019-02-28 18:50:06 +03:00 committed by Aleksey Belousov
parent 9b51762fdf
commit 05b0b78925

View file

@ -186,8 +186,8 @@ final class BookmarksSharingViewController: MWMTableViewController {
if (self.category.trackCount + self.category.bookmarksCount > 2) {
self.showEditName()
} else {
MWMAlertViewController.activeAlert().presentInfoAlert(L("error_public_not_enough_title"),
text: L("error_public_not_enough_subtitle"))
MWMAlertViewController.activeAlert().presentInfoAlert(L("error_public_not_enought_title"),
text: L("error_public_not_enought_subtitle"))
}
}
}