commit 880bc04665a8530a40cafe636fa5bb02f096a964 parent cb080273b802e82f683c0616ccd6835875234a3b Author: Marc Stibane <marc@taler.net> Date: Mon, 18 Sep 2023 08:45:40 +0200 Wording: don't use "encrypt" Diffstat:
| M | TalerWallet1/Views/Exchange/QuiteSomeCoins.swift | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 encrypt this amount!" - : "Warning: It will take some time to encrypt this amount.") + Text(someCoins.quiteSome ? "Warning: It will take quite some time to withdraw this amount!" + : "Warning: It will take some time to withdraw this amount.") .foregroundColor(someCoins.quiteSome ? .red : .primary) .accessibilityFont(.body) .multilineTextAlignment(.leading)