[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 99/204: wording
From: |
gnunet |
Subject: |
[taler-taler-ios] 99/204: wording |
Date: |
Thu, 05 Dec 2024 23:51:07 +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 c4d3022607306a5d2d1d681d44be4dbb887fbe5b
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Nov 7 23:11:28 2024 +0100
wording
---
TalerWallet1/Views/HelperViews/Buttons.swift | 2 +-
TalerWallet1/Views/Main/WalletEmptyView.swift | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/HelperViews/Buttons.swift
b/TalerWallet1/Views/HelperViews/Buttons.swift
index 4a43d3f..44b8c39 100644
--- a/TalerWallet1/Views/HelperViews/Buttons.swift
+++ b/TalerWallet1/Views/HelperViews/Buttons.swift
@@ -113,7 +113,7 @@ struct QRButton : View {
}
var body: some View {
- let scanText = String(localized: "Scan QR codes", comment: "Button
title, a11y")
+ let scanText = String(localized: "Scan QR code", comment: "Button
title, a11y")
let qr = "qrcode.viewfinder"
Button(action: checkCameraAvailable) {
if isNavBarItem {
diff --git a/TalerWallet1/Views/Main/WalletEmptyView.swift
b/TalerWallet1/Views/Main/WalletEmptyView.swift
index 7a13a30..c21f5cb 100644
--- a/TalerWallet1/Views/Main/WalletEmptyView.swift
+++ b/TalerWallet1/Views/Main/WalletEmptyView.swift
@@ -29,7 +29,7 @@ struct WalletEmptyView: View {
Section {
let qrButton = Image(systemName: QRBUTTON)
// "qrcode.viewfinder"
let settings = Image(systemName: SETTINGS)
// "gear"
- Text("Use «\(qrButton) Scan QR codes» in the Actions menu to
start a withdrawal if your bank already supports Taler payments.", comment: "«
» 'qrcode.viewfinder'")
+ Text("Use «\(qrButton) Scan QR code» in the Actions menu to
start a withdrawal if your bank already supports Taler payments.", comment: "«
» 'qrcode.viewfinder'")
.talerFont(.body)
.listRowSeparator(.hidden)
Text("You can also add a payment service manually in the
\(settings) Settings tab.", comment: "« » 'gear'")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] 74/204: - currencyName, (continued)
- [taler-taler-ios] 74/204: - currencyName, gnunet, 2024/12/05
- [taler-taler-ios] 83/204: Comments, gnunet, 2024/12/05
- [taler-taler-ios] 89/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 92/204: take out scroll-end-buttons, gnunet, 2024/12/05
- [taler-taler-ios] 96/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 86/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 91/204: scope instead of currencyInfo, gnunet, 2024/12/05
- [taler-taler-ios] 94/204: wording, gnunet, 2024/12/05
- [taler-taler-ios] 98/204: - LazyView, gnunet, 2024/12/05
- [taler-taler-ios] 95/204: - proposalId, gnunet, 2024/12/05
- [taler-taler-ios] 99/204: wording,
gnunet <=
- [taler-taler-ios] 97/204: TransactionCommon, row, gnunet, 2024/12/05
- [taler-taler-ios] 101/204: CheckDepositResponse, gnunet, 2024/12/05
- [taler-taler-ios] 104/204: split, gnunet, 2024/12/05
- [taler-taler-ios] 107/204: debug, fix wrong comparison, gnunet, 2024/12/05
- [taler-taler-ios] 102/204: task viewDidLoad, gnunet, 2024/12/05
- [taler-taler-ios] 105/204: NavLink, gnunet, 2024/12/05
- [taler-taler-ios] 109/204: loadBalances, gnunet, 2024/12/05
- [taler-taler-ios] 106/204: Use NavLink, gnunet, 2024/12/05
- [taler-taler-ios] 113/204: PendingOperations (unused), gnunet, 2024/12/05
- [taler-taler-ios] 114/204: Pay, gnunet, 2024/12/05