Merge pull request #1877 from igrechuhin/ig-showcase

[ios] Updated showcase menu item text.
This commit is contained in:
Vlad Mihaylenko 2016-02-10 17:59:55 +03:00
commit d385e82af6

View file

@ -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: