[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.
- [taler-taler-ios] 17/35: Warnings and hints no longer use "coins", (continued)
- [taler-taler-ios] 17/35: Warnings and hints no longer use "coins", gnunet, 2023/07/27
- [taler-taler-ios] 26/35: debug, cleanup, gnunet, 2023/07/27
- [taler-taler-ios] 30/35: small fixes, gnunet, 2023/07/27
- [taler-taler-ios] 32/35: TransactionDetailView, gnunet, 2023/07/27
- [taler-taler-ios] 16/35: rendering on small screens, gnunet, 2023/07/27
- [taler-taler-ios] 34/35: ScrollViewReader, gnunet, 2023/07/27
- [taler-taler-ios] 20/35: ToS, move Exchange down, gnunet, 2023/07/27
- [taler-taler-ios] 29/35: show up to 3 transactions in Balances, gnunet, 2023/07/27
- [taler-taler-ios] 33/35: Comments, gnunet, 2023/07/27
- [taler-taler-ios] 15/35: ToS, gnunet, 2023/07/27
- [taler-taler-ios] 24/35: ToS,
gnunet <=
- [taler-taler-ios] 23/35: Hints for manual withdrawal, Accessibility, gnunet, 2023/07/27
- [taler-taler-ios] 28/35: QRcode rendering and hint, gnunet, 2023/07/27