commit e367bd9f31d9a26ee6a28435cd7992af06d9e90c
parent e570b773014d76c1dd2b0d93376d2d3452d7f342
Author: Iván Ávalos <avalos@disroot.org>
Date: Mon, 13 May 2024 11:55:56 -0600
[wallet] DD53: balance-list: remove non-breaking space from exchange scope string
Diffstat:
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
@@ -85,7 +85,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="balances_inbound_amount">+%1$s inbound</string>
<string name="balances_outbound_amount">-%1$s outbound</string>
<string name="balances_empty_state">There is no digital cash in your wallet.\n\nYou can get test money from the demo bank:\n\nhttps://bank.demo.taler.net</string>
- <string name="balance_scope_exchange">From %1$s</string>
+ <string name="balance_scope_exchange">From %1$s</string>
<string name="balance_scope_auditor">Auditor: %1$s</string>
<string name="transactions_title">Transactions</string>