diff --git a/iphone/Maps/Settings/SettingsViewController.mm b/iphone/Maps/Settings/SettingsViewController.mm index c29c3e36e0..5e6534d6f8 100644 --- a/iphone/Maps/Settings/SettingsViewController.mm +++ b/iphone/Maps/Settings/SettingsViewController.mm @@ -369,7 +369,7 @@ measurement_utils::Units unitsForIndex(NSInteger index) } case SectionRouting: // Change TTS language - if (indexPath.row == 2) + if (indexPath.row == 3) { [Statistics logEvent:kStatEventName(kStatSettings, kStatTTS) withParameters:@{kStatAction : kStatChangeLanguage}];