From df4d96b068b3e6a2fd2579a9fed2f10ef369286c Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Sun, 25 Aug 2024 18:10:38 +0400 Subject: [PATCH] [ios] fix Recent Path cell localized title Signed-off-by: Kiryl Kaveryn --- iphone/Maps/UI/Settings/MWMSettingsViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/UI/Settings/MWMSettingsViewController.mm b/iphone/Maps/UI/Settings/MWMSettingsViewController.mm index d1d06354c9..5e70dbbd0b 100644 --- a/iphone/Maps/UI/Settings/MWMSettingsViewController.mm +++ b/iphone/Maps/UI/Settings/MWMSettingsViewController.mm @@ -155,7 +155,7 @@ static NSString * const kUDDidShowICloudSynchronizationEnablingAlert = @"kUDDidS break; } } - [self.recentTrackCell configWithTitle:L(@"pref_track_record_title") info:recentTrack]; + [self.recentTrackCell configWithTitle:L(@"recent_track") info:recentTrack]; [self.fontScaleCell configWithDelegate:self title:L(@"big_font") isOn:[MWMSettings largeFontSize]];