commit af0b4440519649965f720408bad09d7beab5cb09
parent 92e4817d1119532b9f2810a5ca7fa1e8b12fc0f1
Author: Marc Stibane <marc@taler.net>
Date: Fri, 17 Jul 2026 11:53:11 +0200
Contacting
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift b/TalerWallet1/Views/Sheets/WithdrawExchangeV.swift
@@ -1,5 +1,5 @@
/*
- * This file is part of GNU Taler, ©2022-25 Taler Systems S.A.
+ * This file is part of GNU Taler, ©2022-26 Taler Systems S.A.
* See LICENSE.md
*/
/**
@@ -72,7 +72,7 @@ struct WithdrawExchangeV: View {
currencyInfo = controller.info(for: scopeInfo, controller.currencyTicker)
}
} else {
- let message = String(localized: "No payment service...", comment: "loading")
+ let message = String(localized: "Contacting payment service...", comment: "loading")
LoadingView(stack: stack.push(), scopeInfo: nil, message: message)
.task { await viewDidLoad() }
}