From a96ed812601ab706d9b3d2d27fdec10a51f13722 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Wed, 10 Feb 2016 17:58:57 +0300 Subject: [PATCH] [ios] Updated showcase menu item text. --- .../MapViewControls/BottomMenu/MWMBottomMenuViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm index 5350524ff2..d60dacba14 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm @@ -292,7 +292,7 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell) { MTRGNativeAppwallBanner * banner = [self.controller.appWallAd.banners firstObject]; [self.controller.appWallAd handleShow:banner]; - [cell configureWithImageName:@"ic_menu_showcase" label:L(@"showcase_plan_your_trip") badgeCount:0]; + [cell configureWithImageName:@"ic_menu_showcase" label:L(@"showcase_more_apps") badgeCount:0]; } break; case MWMBottomMenuViewCellCount: