diff --git a/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift b/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift index 89e1e131..98716beb 100644 --- a/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift +++ b/GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift @@ -162,7 +162,7 @@ class ExchangeRatesViewController: UIViewController { let currency = model.senderCurrency ?? "" transferFeeInfoLabel.text = - "-\(transferFee) \(currency) (" + "transfer_fee_included_text".localized() + ")" + "-\(transferFee) \(currency)\n(" + "transfer_fee_included_text".localized() + ")" let exchangeRate = model.exchangeRate ?? "" exchangeRateInfoLabel.text = "\(exchangeRate) " + "\n(" + "current_exchange_rate_text".localized() + ")"