diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm index 542be8f860..c29c3e36e0 100644 --- a/iphone/Maps/Settings/SettingsViewController.mm +++ b/iphone/Maps/Settings/SettingsViewController.mm @@ -202,7 +202,7 @@ typedef NS_ENUM(NSUInteger, Section) cell = [tableView dequeueReusableCellWithIdentifier:[SwitchCell className]]; SwitchCell * customCell = static_cast(cell); customCell.switchButton.on = GetFramework().LoadAutoZoom(); - customCell.titleLabel.text = L(@"pref_autozoom_enable_title"); + customCell.titleLabel.text = L(@"pref_map_auto_zoom"); customCell.delegate = self; break; }