gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 20/32: wording


From: gnunet
Subject: [taler-taler-ios] 20/32: wording
Date: Sat, 10 Feb 2024 15:04:46 +0100

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 d2f60e6328d41501184cdd7c6ab6e3d91d30afd7
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Feb 4 15:40:53 2024 +0100

    wording
---
 TalerWallet1/Views/Sheets/P2P_Sheets/P2pPayURIView.swift     | 7 ++++++-
 TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift | 7 ++++++-
 TalerWallet1/Views/Transactions/TransactionSummaryV.swift    | 4 ++--
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pPayURIView.swift 
b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pPayURIView.swift
index 3329ee3..50ecfdb 100644
--- a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pPayURIView.swift
+++ b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pPayURIView.swift
@@ -62,7 +62,12 @@ struct P2pPayURIView: View {
                     .buttonStyle(TalerButtonStyle(type: .prominent))
                     .padding(.horizontal)
             } else {
-                LoadingView(url: url, message: nil)
+#if DEBUG
+                let message = url.host
+#else
+                let message: String? = nil
+#endif
+                LoadingView(url: nil, message: message)
                     .task { do {
                         symLog.log(".task")
                         let ppDebitResponse = try await 
model.preparePeerPullDebitM(url.absoluteString)
diff --git a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift 
b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
index b922b1b..72e1022 100644
--- a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
+++ b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
@@ -71,7 +71,12 @@ struct P2pReceiveURIView: View {
                     .padding(.horizontal)
                 }
             } else {
-                LoadingView(url: url, message: nil)
+#if DEBUG
+                let message = url.host
+#else
+                let message: String? = nil
+#endif
+                LoadingView(url: nil, message: message)
             }
         }
         .onAppear() {
diff --git a/TalerWallet1/Views/Transactions/TransactionSummaryV.swift 
b/TalerWallet1/Views/Transactions/TransactionSummaryV.swift
index 6903dfc..153d55e 100644
--- a/TalerWallet1/Views/Transactions/TransactionSummaryV.swift
+++ b/TalerWallet1/Views/Transactions/TransactionSummaryV.swift
@@ -295,8 +295,8 @@ struct TransactionSummaryV: View {
                             Text("Show details")
                         }
 //                        .buttonStyle(TalerButtonStyle(type: .bordered))
-                        ThreeAmountsSheet(common: common, topAbbrev: 
String(localized: "Pay:"),
-                                        topTitle: String(localized: "Sum to be 
paid:"),
+                        ThreeAmountsSheet(common: common, topAbbrev: 
String(localized: "Price:", comment: "mini"),
+                                        topTitle: String(localized: "Price 
(net):"),
                                          baseURL: nil, large: true,            
 // TODO: baseURL
                                          summary: details.info.summary,
                                         merchant: details.info.merchant.name)

-- 
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]