forked from organicmaps/organicmaps
Merge pull request #1877 from igrechuhin/ig-showcase
[ios] Updated showcase menu item text.
This commit is contained in:
commit
d385e82af6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue