Skip to content

Commit a96ed81

Browse files
committed
[ios] Updated showcase menu item text.
1 parent da997fc commit a96ed81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ - (nonnull UICollectionViewCell *)collectionView:(nonnull UICollectionView *)col
292292
{
293293
MTRGNativeAppwallBanner * banner = [self.controller.appWallAd.banners firstObject];
294294
[self.controller.appWallAd handleShow:banner];
295-
[cell configureWithImageName:@"ic_menu_showcase" label:L(@"showcase_plan_your_trip") badgeCount:0];
295+
[cell configureWithImageName:@"ic_menu_showcase" label:L(@"showcase_more_apps") badgeCount:0];
296296
}
297297
break;
298298
case MWMBottomMenuViewCellCount:

0 commit comments

Comments
 (0)