We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da997fc commit a96ed81Copy full SHA for a96ed81
iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm
@@ -292,7 +292,7 @@ - (nonnull UICollectionViewCell *)collectionView:(nonnull UICollectionView *)col
292
{
293
MTRGNativeAppwallBanner * banner = [self.controller.appWallAd.banners firstObject];
294
[self.controller.appWallAd handleShow:banner];
295
- [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];
296
}
297
break;
298
case MWMBottomMenuViewCellCount:
0 commit comments