taler-ios

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

commit 65b61e9736412deebe0d6712a7b387087da07c37
parent 4d6934bfd34c917b5f9d3c1fc7424999f3de184a
Author: Marc Stibane <marc@taler.net>
Date:   Mon, 13 Nov 2023 20:48:12 +0100

Use `te´and `ku´ for previews

Diffstat:
MTalerWallet1/Views/Balances/PendingRowView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Balances/PendingRowView.swift b/TalerWallet1/Views/Balances/PendingRowView.swift @@ -110,7 +110,7 @@ struct PendingRowView: View { // MARK: - #if DEBUG func PreviewCurrencyInfo(_ currency: String, digits: Int) -> CurrencyInfo { - let unitName = digits == 0 ? "¥" : "€" + let unitName = digits == 0 ? "テ" : "ク" // do not use real currency symbols like "¥" : "€" let scope = ScopeInfo(type: .global, currency: currency) let specs = CurrencySpecification(name: currency, fractionalInputDigits: digits,