diff --git a/iphone/Maps/UI/Discovery/MWMDiscoveryController.mm b/iphone/Maps/UI/Discovery/MWMDiscoveryController.mm index b56c5027ff..113e724dfd 100644 --- a/iphone/Maps/UI/Discovery/MWMDiscoveryController.mm +++ b/iphone/Maps/UI/Discovery/MWMDiscoveryController.mm @@ -240,7 +240,7 @@ struct Callback [MWMSearch showHotelFilterWithParams:{} onFinishCallback:^{ [MWMMapViewControlsManager.manager - searchTextOnMap:[L(@"booking_hotel") stringByAppendingString:@" "] + searchTextOnMap:[L(@"hotel") stringByAppendingString:@" "] forInputLocale:[NSLocale currentLocale].localeIdentifier]; }]; }