commit 630e02a7823b18643e7007ade39729282a1fe40f
parent 7dea9e491354de52ccb8b2b9c2222d77abaa3b88
Author: Marc Stibane <marc@taler.net>
Date: Wed, 3 Jan 2024 17:48:16 +0100
cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Main/WalletEmptyView.swift b/TalerWallet1/Views/Main/WalletEmptyView.swift
@@ -19,7 +19,7 @@ struct WalletEmptyView: View {
Text("There is no digital cash in your wallet.")
.accessibilityFont(.title3)
.listRowSeparator(.hidden)
- let title = String(localized: "LinkTitle_DEMOBANK", defaultValue: "Get some test money")
+ let title = String(localized: "LinkTitle_Test_Money", defaultValue: "Get some test money")
Link(title, destination: URL(string: DEMOBANK)!)
.buttonStyle(TalerButtonStyle(type: .prominent, narrow: false, aligned: .center))
.padding(.vertical)