summaryrefslogtreecommitdiff
path: root/TalerWallet1/Controllers/PublicConstants.swift
diff options
context:
space:
mode:
Diffstat (limited to 'TalerWallet1/Controllers/PublicConstants.swift')
-rw-r--r--TalerWallet1/Controllers/PublicConstants.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/TalerWallet1/Controllers/PublicConstants.swift b/TalerWallet1/Controllers/PublicConstants.swift
index 3b778bd..ddcd126 100644
--- a/TalerWallet1/Controllers/PublicConstants.swift
+++ b/TalerWallet1/Controllers/PublicConstants.swift
@@ -13,6 +13,7 @@ public let ONEDAY: UInt = 1 // 1..3
public let SEVENDAYS: UInt = 7 // 3..9
public let THIRTYDAYS: UInt = 30 // 10..30
+public let EMPTYSTRING = "" // avoid automatic translation of empty "" textLiterals in Text()
public let HTTPS = "https://"
//public let DEMOBANK = HTTPS + "bAnK.dEmO.tAlEr.nEt" // should be weird to read, but still work
//public let DEMOEXCHANGE = HTTPS + "eXcHaNgE.dEmO.tAlEr.nEt"