Browse Source

bug fixed

pull/1/head
gme_2 6 years ago
parent
commit
93a15f4d5e
  1. 2
      GMERemittance/Module/ResendExchange/User Interface/View/ResendExchangeViewController.swift
  2. 2
      GMERemittance/Module/SendMoney/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift

2
GMERemittance/Module/ResendExchange/User Interface/View/ResendExchangeViewController.swift

@ -110,7 +110,7 @@ class ResendExchangeViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationItem.title = "resend_text".localized()
self.navigationItem.title = "resend_money_text".localized()
initialSetup()
self.presenter?.viewIsReady()
self.action = ActionBehaviour.calculate

2
GMERemittance/Module/SendMoney/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift

@ -112,7 +112,7 @@ class SendMoneyVerificationViewController: UITableViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationItem.title = "resend_text".localized()
self.navigationItem.title = "resend_money_itext".localized()
populateRecieversInformations()
populateTransactionDetails()
mQwertyTransKeyView?.delegate = self

Loading…
Cancel
Save