gnunet-svn
[Top][All Lists]
Advanced

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

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


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

    ToS
---
 TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift 
b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
index 433804a..d38d73b 100644
--- a/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
+++ b/TalerWallet1/Views/Sheets/P2P_Sheets/P2pReceiveURIView.swift
@@ -47,12 +47,15 @@ struct P2pReceiveURIView: View {
                     }.buttonStyle(TalerButtonStyle(type: .prominent))
                         .padding()
                 } else {
+                    Text("You must accept the Terms of Service first before 
you can receive electronic cash to your wallet.")
+                        .multilineTextAlignment(.leading)
+                        .padding()
                     NavigationLink(destination: LazyView {
                         WithdrawTOSView(exchangeBaseUrl: nil,
                                                  viewID: SHEET_RCV_P2P_TOS,
                                            acceptAction: nil)         // pop 
back to here
                     }) {
-                        Text("Check Terms of Service")
+                        Text("Read Terms of Service")
                     }.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]