summaryrefslogtreecommitdiff
path: root/TalerWallet1/Views/Exchange/QuiteSomeCoins.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Views/Exchange/QuiteSomeCoins.swift')
-rw-r--r--TalerWallet1/Views/Exchange/QuiteSomeCoins.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/TalerWallet1/Views/Exchange/QuiteSomeCoins.swift b/TalerWallet1/Views/Exchange/QuiteSomeCoins.swift
index 961d9d6..f1e5589 100644
--- a/TalerWallet1/Views/Exchange/QuiteSomeCoins.swift
+++ b/TalerWallet1/Views/Exchange/QuiteSomeCoins.swift
@@ -57,8 +57,8 @@ struct QuiteSomeCoins: View {
if !someCoins.invalid {
if !someCoins.tooMany {
if someCoins.manyCoins {
- Text(someCoins.quiteSome ? "Warning: It will take quite some time to withdraw this amount!"
- : "Warning: It will take some time to withdraw this amount.")
+ Text(someCoins.quiteSome ? "Note: It will take quite some time to withdraw this amount! Be more patient..."
+ : "Note: It will take some time to withdraw this amount. Be patient...")
.foregroundColor(someCoins.quiteSome ? .red : .primary)
.accessibilityFont(.body)
.multilineTextAlignment(.leading)