Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fixed translations

  • Loading branch information
naira-cliqz authored and mahmoud-adam85 committed Apr 12, 2019
1 parent f8f223f commit 3f61deede432c451352d3a967908cae43572c504
Showing with 2 additions and 2 deletions.
  1. +2 −2 Cliqz/Upgrade&Payment/View/SubscriptionTableViewCell.swift
@@ -159,8 +159,8 @@ class SubscriptionTableViewCell: UITableViewCell {
nameLabel.text = premiumType.getName()
priceLabel.text = premiumType.getPrice()
descriptionLabel.text = premiumType.getDescription()
bestOfferLabel.text = NSLocalizedString("BEST OFFER\nLIMITED TIME ONLY", tableName: "Lumen", comment: "BEST OFFER\nLIMITED TIME ONLY")
bestOfferLabel.text = NSLocalizedString("BEST OFFER\nLIMITED TIME ONLY", tableName: "Lumen", value:"BEST OFFER\nLIMITED TIME ONLY", comment: "BEST OFFER\nLIMITED TIME ONLY")

isProCell = premiumType == .BasicAndVpn
isSubscribed = SubscriptionController.shared.hasSubscription(premiumType)
self.setStyles()

0 comments on commit 3f61dee

Please sign in to comment.