commit d9e60ad7eb2e4720e3679a0f26213dc13110973c parent d44f524e76e2b8f491af9290c73cd94b3cd26a9b Author: Iván Ávalos <avalos@disroot.org> Date: Mon, 12 May 2025 16:41:47 +0200 [wallet] "Amount to withdraw from bank" bug 0009933 Diffstat:
| M | wallet/src/main/res/values/strings.xml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml @@ -108,7 +108,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="amount_total">Total amount</string> <string name="amount_total_label">Total:</string> <string name="amount_transfer">Transfer</string> - <string name="amount_withdraw">Amount to withdraw</string> + <string name="amount_withdraw">Amount to withdraw from bank</string> <!-- Balances -->