forked from organicmaps/organicmaps
[iOS] Change discount label localization in Subscription views
https://jira.mail.ru/browse/MAPSME-12547
This commit is contained in:
parent
0364288a29
commit
cabeeba8c0
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class BaseSubscriptionViewController: MWMViewController {
|
|||
|
||||
if subscriptionItem.hasDiscount, let discountLabel = discountLabels[period] {
|
||||
discountLabel.isHidden = false;
|
||||
discountLabel.text = subscriptionItem.formattedDisount
|
||||
discountLabel.text = L("all_pass_screen_best_value")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue