commit 41472519d687dcda8881285c0c08a4a35ffb2f06
parent d8583bba04c243c28a823ef0b9812e0766ba927c
Author: Marc Stibane <marc@taler.net>
Date: Sat, 20 Jul 2024 20:03:37 +0200
shorten
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TalerWallet1/Views/Settings/SettingsView.swift b/TalerWallet1/Views/Settings/SettingsView.swift
@@ -163,7 +163,7 @@ struct SettingsView: View {
}
#endif
if showDevelopItems { // show or hide the following items
- SettingsItem(name: String("Withdraw from DEMO"), id1: "demo1with",
+ SettingsItem(name: String("DEMO"), id1: "demo1with",
description: hideDescriptions ? nil : String("Get money for testing")) {
let title = "Withdraw"
Button(title) {
@@ -177,7 +177,7 @@ struct SettingsView: View {
.buttonStyle(.bordered)
.disabled(withDrawDisabled)
}.id("demo1withdraw")
- SettingsItem(name: String("Withdraw from TEST"), id1: "test1with",
+ SettingsItem(name: String("TEST"), id1: "test1with",
description: hideDescriptions ? nil : String("Get money for testing")) {
let title = "Withdraw"
Button(title) {
@@ -191,7 +191,7 @@ struct SettingsView: View {
.buttonStyle(.bordered)
.disabled(withDrawDisabled)
}.id("test1withdraw")
- SettingsItem(name: String("Withdraw from HEAD"), id1: "head1with",
+ SettingsItem(name: String("HEAD"), id1: "head1with",
description: hideDescriptions ? nil : String("Get money for testing")) {
let title = "Withdraw"
Button(title) {