From 93a15f4d5e534b5b808c4c8086a67df03d3dc0b8 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Thu, 21 Mar 2019 17:55:27 +0900 Subject: [PATCH] bug fixed --- .../User Interface/View/ResendExchangeViewController.swift | 2 +- .../View/SendMoneyVerificationViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GMERemittance/Module/ResendExchange/User Interface/View/ResendExchangeViewController.swift b/GMERemittance/Module/ResendExchange/User Interface/View/ResendExchangeViewController.swift index 0bf491f7..84a7915c 100644 --- a/GMERemittance/Module/ResendExchange/User Interface/View/ResendExchangeViewController.swift +++ b/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 diff --git a/GMERemittance/Module/SendMoney/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift b/GMERemittance/Module/SendMoney/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift index c488b338..3e07b207 100644 --- a/GMERemittance/Module/SendMoney/SendMoneyVerification/User Interface/View/SendMoneyVerificationViewController.swift +++ b/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