Browse Source

issue fixed

pull/1/head
Amrit Giri 4 years ago
parent
commit
ef4b99ec45
  1. 2
      GME Remit/Modules/ExchangeRates/User Interface/View/ExchangeRatesViewController.swift

2
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() + ")"

Loading…
Cancel
Save