taler-ios

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

commit 932998905f177d331af37db2b518e38ce89d9687
parent d1b3d9d3af412c41523d23b17d2db0d5279ee386
Author: Marc Stibane <marc@taler.net>
Date:   Sat, 27 Jul 2024 11:23:30 +0200

wording

Diffstat:
MTalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptView.swift | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptView.swift b/TalerWallet1/Views/Sheets/WithdrawBankIntegrated/WithdrawAcceptView.swift @@ -58,10 +58,10 @@ struct WithdrawAcceptView: View { ThreeAmountsSection(stack: stack.push(), currencyInfo: $currencyInfo, topTitle: String(localized: "Chosen amount to withdraw:"), - topAbbrev: String(localized: "Chosen:", comment: "mini"), + topAbbrev: String(localized: "Withdraw:", comment: "Chosen amount to withdraw:"), topAmount: raw, fee: fee, - bottomTitle: String(localized: "Amount to be withdrawn:"), - bottomAbbrev: String(localized: "Effective:", comment: "mini"), + bottomTitle: String(localized: "Amount to obtain:"), + bottomAbbrev: String(localized: "Obtain:", comment: "Amount to obtain:"), bottomAmount: effective, large: false, pending: false, incoming: true, baseURL: exchange.exchangeBaseUrl,