commit e8bdb2492efd6cf25103ed9a33e8ac7ad2fbaabb
parent 42d9e8e5d3eff291b6f44cec679ee372b7478322
Author: Marc Stibane <marc@taler.net>
Date: Mon, 29 Jul 2024 21:03:03 +0200
wording
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptDone.swift
@@ -24,7 +24,7 @@ struct WithdrawAcceptDone: View {
@State private var transactionId: String? = nil
@State private var transaction: Transaction? = nil
- let navTitle = String(localized: "Authorize with Bank", comment: "Nav title")
+ let navTitle = String(localized: "Authorize at Bank", comment: "Nav title")
func reloadOneAction(_ transactionId: String, viewHandles: Bool) async throws -> Transaction {
let response = try await model.getTransactionByIdT(transactionId, viewHandles: viewHandles)