Browse Source

loyalty points localization

v0.17
Suraj Lohani 1 year ago
parent
commit
524a4e0927
  1. 4
      GME Remit/Modules/Loyality Points/User Interface/View/LoyalityPointsViewController.swift

4
GME Remit/Modules/Loyality Points/User Interface/View/LoyalityPointsViewController.swift

@ -33,7 +33,7 @@ class LoyalityPointsViewController: UIViewController {
super.viewDidLoad()
self.setup()
self.fetchData()
self.title = "Loyality Points"
self.title = "loyalty_points".localized()
// self.presenter?.viewInitiated()
}
@ -59,7 +59,7 @@ class LoyalityPointsViewController: UIViewController {
containerView.set(borderWidth: 1, of: .themeWhite)
sendBtn.set(cornerRadius: 8)
sendBtn.setTitle("SEND MONEY", for: .normal)
sendBtn.setTitle("send_money_title_text".localized(), for: .normal)
// sendBtn.setTitle("loyalty_points_btn_link_text".localized(), for: .normal)
}

Loading…
Cancel
Save