[iOS] fixed localization key in settings

https://jira.mail.ru/browse/MAPSME-15038
This commit is contained in:
Alexander Boriskov 2020-10-22 17:23:52 +03:00 committed by Alexander Boriskov
parent a32fa6e91d
commit 230557b5bf

View file

@ -87,7 +87,7 @@ using namespace power_management;
[self.is3dCell configWithDelegate:self title:L(@"pref_map_3d_buildings_title") isOn:on];
[self.autoDownloadCell configWithDelegate:self
title:L(@"disable_autodownload")
title:L(@"autodownload")
isOn:[MWMSettings autoDownloadEnabled]];
[self.backupBookmarksCell configWithDelegate:self