[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 27/32: Authorize instead of confirm
From: |
gnunet |
Subject: |
[taler-taler-ios] 27/32: Authorize instead of confirm |
Date: |
Sun, 14 Jul 2024 00:19:36 +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 8b8a226b8457d26904e5bba21a1460a52ae3afc2
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Jul 13 18:38:38 2024 +0200
Authorize instead of confirm
---
TalerWallet1/Views/Overview/OverviewSectionV.swift | 2 +-
.../Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift | 4 ++--
TalerWallet1/Views/Transactions/TransactionRowView.swift | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/TalerWallet1/Views/Overview/OverviewSectionV.swift
b/TalerWallet1/Views/Overview/OverviewSectionV.swift
index bd4bdc1..c449bc3 100644
--- a/TalerWallet1/Views/Overview/OverviewSectionV.swift
+++ b/TalerWallet1/Views/Overview/OverviewSectionV.swift
@@ -167,7 +167,7 @@ fileprivate struct CurrenciesPendingRowV: View {
} label: {
let needsKYC = needsKYCin || needsKYCout
let needsKYCStr = String(localized: ". Needs K Y C", comment:
"VoiceOver")
- let needsConfStr = String(localized: ". Needs bank confirmation",
comment: "VoiceOver")
+ let needsConfStr = String(localized: ". Needs bank authorization",
comment: "VoiceOver")
VStack(spacing: 6) {
let hasIncoming = !pendingIncoming.isZero
if hasIncoming {
diff --git
a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
index 71f51d6..c714689 100644
--- a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
+++ b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -9,7 +9,7 @@ import SymLog
struct WithdrawAcceptDone: View {
private let symLog = SymLogV(0)
let stack: CallStack
- let navTitle = String(localized: "Confirm with Bank", comment: "Nav title")
+ let navTitle = String(localized: "Authorize with Bank", comment: "Nav
title")
let exchangeBaseUrl: String?
let url: URL
@@ -50,7 +50,7 @@ struct WithdrawAcceptDone: View {
.navigationTitle(navTitle)
} else {
LoadingView(scopeInfo: nil, message: exchangeBaseUrl?.trimURL()
- ?? "Bank Confirmation")
+ ?? "Bank Authorization")
}
}.onAppear() {
symLog.log("onAppear")
diff --git a/TalerWallet1/Views/Transactions/TransactionRowView.swift
b/TalerWallet1/Views/Transactions/TransactionRowView.swift
index c2e2f88..aca9469 100644
--- a/TalerWallet1/Views/Transactions/TransactionRowView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionRowView.swift
@@ -167,7 +167,7 @@ struct TransactionRowView: View {
}
.accessibilityElement(children: .combine)
.accessibilityValue(needsKYC ? String(localized: ". Needs K Y C") :
- shouldConfirm ? String(localized: ". Needs bank
confirmation") : EMPTYSTRING)
+ shouldConfirm ? String(localized: ". Needs bank
authorization") : EMPTYSTRING)
.accessibilityHint(String(localized: "Will go to detail view."))
}
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 03/32: iso instead of symbol, fix formatting of currency strings, (continued)
- [taler-taler-ios] 03/32: iso instead of symbol, fix formatting of currency strings, gnunet, 2024/07/13
- [taler-taler-ios] 05/32: move QR scanner into MainView, gnunet, 2024/07/13
- [taler-taler-ios] 15/32: minimalistic: no currency name, gnunet, 2024/07/13
- [taler-taler-ios] 18/32: cleanup, gnunet, 2024/07/13
- [taler-taler-ios] 28/32: Icons in transactions, gnunet, 2024/07/13
- [taler-taler-ios] 30/32: IconBadge improvements, gnunet, 2024/07/13
- [taler-taler-ios] 31/32: Fix layout of tx list, gnunet, 2024/07/13
- [taler-taler-ios] 20/32: qrCodesForPayto WIP, gnunet, 2024/07/13
- [taler-taler-ios] 26/32: TwoRowButtons with icons, gnunet, 2024/07/13
- [taler-taler-ios] 25/32: Error+debugDescription, gnunet, 2024/07/13
- [taler-taler-ios] 27/32: Authorize instead of confirm,
gnunet <=
- [taler-taler-ios] 09/32: remove QR from Overview, gnunet, 2024/07/13
- [taler-taler-ios] 17/32: showUpDown if 25 entries, gnunet, 2024/07/13
- [taler-taler-ios] 13/32: comment out payto scheme, gnunet, 2024/07/13
- [taler-taler-ios] 10/32: QR button smaller, gnunet, 2024/07/13
- [taler-taler-ios] 12/32: disable hintNetworkAvailability, logging, gnunet, 2024/07/13
- [taler-taler-ios] 24/32: cleanup, gnunet, 2024/07/13
- [taler-taler-ios] 32/32: Spend button with icon, gnunet, 2024/07/13
- [taler-taler-ios] 16/32: hints for P2P expiration, gnunet, 2024/07/13
- [taler-taler-ios] 23/32: IconBadge, gnunet, 2024/07/13
- [taler-taler-ios] 11/32: L10N, gnunet, 2024/07/13