summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-05-13 11:55:56 -0600
committerIván Ávalos <avalos@disroot.org>2024-05-13 13:04:17 -0600
commite367bd9f31d9a26ee6a28435cd7992af06d9e90c (patch)
treee55cba6a86c3bd72ffbd491f9ad462b73cb86009
parente570b773014d76c1dd2b0d93376d2d3452d7f342 (diff)
downloadtaler-android-e367bd9f31d9a26ee6a28435cd7992af06d9e90c.tar.gz
taler-android-e367bd9f31d9a26ee6a28435cd7992af06d9e90c.tar.bz2
taler-android-e367bd9f31d9a26ee6a28435cd7992af06d9e90c.zip
[wallet] DD53: balance-list: remove non-breaking space from exchange scope string
-rw-r--r--wallet/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index ac6328f..dbd7356 100644
--- 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&#160;%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>