[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 20/28: Wording: don't use "encrypt"
From: |
gnunet |
Subject: |
[taler-taler-ios] 20/28: Wording: don't use "encrypt" |
Date: |
Tue, 19 Sep 2023 03:44:39 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit 880bc04665a8530a40cafe636fa5bb02f096a964
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Sep 18 08:45:40 2023 +0200
Wording: don't use "encrypt"
---
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
index 14e3ead..b81643f 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 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)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 27/28: simplify log, (continued)
- [taler-taler-ios] 27/28: simplify log, gnunet, 2023/09/18
- [taler-taler-ios] 18/28: MainActor for Swift 6, gnunet, 2023/09/18
- [taler-taler-ios] 05/28: Terms of Service, gnunet, 2023/09/18
- [taler-taler-ios] 16/28: ScreenSize, gnunet, 2023/09/18
- [taler-taler-ios] 22/28: CallStack, gnunet, 2023/09/18
- [taler-taler-ios] 23/28: logging, gnunet, 2023/09/18
- [taler-taler-ios] 26/28: fix warning, gnunet, 2023/09/18
- [taler-taler-ios] 21/28: test.taler.net now uses KUDOS (instead of TESTKUDOS), gnunet, 2023/09/18
- [taler-taler-ios] 19/28: Sendable for Swift 6, gnunet, 2023/09/18
- [taler-taler-ios] 25/28: simplify, gnunet, 2023/09/18
- [taler-taler-ios] 20/28: Wording: don't use "encrypt",
gnunet <=
- [taler-taler-ios] 17/28: Bargraph shows the last transactions visually, gnunet, 2023/09/18
- [taler-taler-ios] 24/28: more CallStack debugging, gnunet, 2023/09/18