taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit c4d3022607306a5d2d1d681d44be4dbb887fbe5b
parent 1621944b2edb2e9ba33f0e8f7eb7ee94a1772930
Author: Marc Stibane <marc@taler.net>
Date:   Thu,  7 Nov 2024 23:11:28 +0100

wording

Diffstat:
MTalerWallet1/Views/HelperViews/Buttons.swift | 2+-
MTalerWallet1/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 @@ -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 @@ -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'")