diff --git a/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift b/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift index 7bbcc57e..c0010970 100644 --- a/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift +++ b/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift @@ -162,7 +162,8 @@ class ExchangeRatesViewController: UIViewController { let calculatedForUnit = (1/intExchangeRate) let roundedForUnit = round((calculatedForUnit) * 10) / 10 - forUnitToKoreanLabel.text = "Current Exchange Rate : 1 \(selectedExchangeRateModel?.currency ?? "") = \(roundedForUnit) KRW" + let translated = "current_exchange_rate_text".localized() + forUnitToKoreanLabel.text = "\(translated) : 1 \(selectedExchangeRateModel?.currency ?? "") = \(roundedForUnit) KRW" forUnitToKoreanLabel.layer.cornerRadius = 5 forUnitToKoreanLabel.layer.borderWidth = 1 forUnitToKoreanLabel.layer.borderColor = UIColor.themeSubBackground.cgColor diff --git a/GME Remit/Modules/PowerCallModules/LocalTopup/PhoneCardRecharge/User Interface/View/PhoneCardRecharge.storyboard b/GME Remit/Modules/PowerCallModules/LocalTopup/PhoneCardRecharge/User Interface/View/PhoneCardRecharge.storyboard index 98ea1332..498f3be9 100644 --- a/GME Remit/Modules/PowerCallModules/LocalTopup/PhoneCardRecharge/User Interface/View/PhoneCardRecharge.storyboard +++ b/GME Remit/Modules/PowerCallModules/LocalTopup/PhoneCardRecharge/User Interface/View/PhoneCardRecharge.storyboard @@ -595,7 +595,7 @@