commit 15468e1863380fdc299dac9b94329c07d5489df4
parent 65b37004b58f059380f181845914409bedca3d75
Author: Marc Stibane <marc@taler.net>
Date: Tue, 24 Mar 2026 21:38:53 +0100
Strings for Switzerland
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/Main/WalletEmptyView.swift b/TalerWallet1/Views/Main/WalletEmptyView.swift
@@ -78,7 +78,7 @@ struct WalletEmptyView: View {
.buttonStyle(TalerButtonStyle(type: .prominent, narrow: false, disabled: withDrawStarted, aligned: .center))
.padding(.bottom)
}
-#if !TALER_WALLET
+#if GNU_TALER
Text("If you don't have a Swiss bank account, you can simply try out the demo…")
.talerFont(.body)
#endif
diff --git a/TalerWallet1/Views/Transactions/ManualDetailsWireV.swift b/TalerWallet1/Views/Transactions/ManualDetailsWireV.swift
@@ -213,7 +213,7 @@ struct ManualDetailsWireV: View {
.disabled(false)
} .padding(.top, -8)
let step1 = Text(minimalistic ? "**Step 1:** Copy+Paste this subject:"
- : "**Step 1:** Copy this code and paste it into the subject/purpose field in your banking app or bank website:")
+ : "**Step 1:** Copy this code and paste it into the subject/purpose field (or “Message to recipient”) in your banking app or bank website:")
.talerFont(.body)
.multilineTextAlignment(.leading)
let warningIcon = Image(systemName: WARNING)