gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]