gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 15/35: ToS


From: gnunet
Subject: [taler-taler-ios] 15/35: ToS
Date: Thu, 27 Jul 2023 09:09:48 +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 45985cc94d0d8e8c18faf9630b299be52791f5a8
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Jul 24 16:06:40 2023 +0200

    ToS
---
 TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift | 2 +-
 TalerWallet1/Views/WithdrawBankIntegrated/WithdrawURIView.swift | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift 
b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
index fdafd49..41b7839 100644
--- a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
+++ b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawTOSView.swift
@@ -109,7 +109,7 @@ extension WithdrawTOSView {
                         }
                     }
                 }.safeAreaInset(edge: .bottom) {
-                    Button(String(localized: "Accept ToS"), action: 
acceptAction)
+                    Button(String(localized: "Accept Terms of Service", 
comment: "Button"), action: acceptAction)
                         .buttonStyle(TalerButtonStyle(type: .prominent))
                         .padding(.horizontal)
                 }
diff --git a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawURIView.swift 
b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawURIView.swift
index 7091749..ec29e4c 100644
--- a/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawURIView.swift
+++ b/TalerWallet1/Views/WithdrawBankIntegrated/WithdrawURIView.swift
@@ -56,12 +56,15 @@ struct WithdrawURIView: View {
                     }.buttonStyle(TalerButtonStyle(type: .prominent))
                         .padding()
                 } else {
+                    Text("You must accept the Terms of Service first before 
you can withdraw electronic cash to your wallet.")
+                        .multilineTextAlignment(.leading)
+                        .padding()
                     NavigationLink(destination: LazyView {
                         WithdrawTOSView(exchangeBaseUrl: exchangeBaseUrl,
                                                  viewID: SHEET_WITHDRAW_TOS,
                                            acceptAction: nil)         // pop 
back to here
                     }) {
-                        Text("Check Terms of Service")  // VIEW_WITHDRAW_TOS
+                        Text("Read Terms of Service")  // VIEW_WITHDRAW_TOS
                     }.buttonStyle(TalerButtonStyle(type: .prominent))
                         .padding()
                 }

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