taler-ios

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

commit 9ee74d5119aad2637c326fc35c8d5cdde979bcb2
parent be0c3b0a0860bfc1b92e7b0423e562678373d5e5
Author: Marc Stibane <marc@taler.net>
Date:   Mon, 24 Aug 2026 15:43:12 +0200

AI: localized

Diffstat:
MTalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawUriScan.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawUriScan.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawUriScan.swift @@ -211,7 +211,7 @@ struct WithdrawUriScan: View { } } else if exchangeError { let possibleExchangeBaseUrl: String? = possibleExchanges.first?.exchangeBaseUrl - let message = defaultExchangeBaseUrl != nil ? "defaultExchangeBaseUrl: \(defaultExchangeBaseUrl)" + let message = defaultExchangeBaseUrl != nil ? String(localized: "Payment service \(defaultExchangeBaseUrl ?? EMPTYSTRING) could not be loaded.") : possibleExchanges.first != nil ? String(localized: "No default - first possible payment service: \(possibleExchangeBaseUrl ?? EMPTYSTRING)") : String(localized: "No default, no possible payment services") ErrorView(stack.push(),