summaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/Sheets/Payment/PaymentView.swift')
-rw-r--r--TalerWallet1/Views/Sheets/Payment/PaymentView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/TalerWallet1/Views/Sheets/Payment/PaymentView.swift b/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
index 7cd0ae3..dd3581f 100644
--- a/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
+++ b/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
@@ -55,7 +55,7 @@ struct PaymentView: View {
merchant: terms.merchant.name)
// TODO: payment: popup with all possible exchanges, check fees
} else if let balanceDetails = preparePayResult.balanceDetails { // Insufficient
- Text("You don't have enough \(currency)")
+ Text("You don't have enough \(currency).")
.talerFont(.headline)
ThreeAmountsV(stack: stack.push(),
topTitle: topTitle,