summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-04-15 08:55:24 -0600
committerTorsten Grote <t@grobox.de>2024-04-15 15:51:12 -0300
commitcbb8e21f67820f876e0062941e747d6b3a88b648 (patch)
tree81b4f3345a1dacc706ab1bb0513eb54a2668577b /wallet
parent89e1051a022afd57bc901e02cf2ca3dce6998b6a (diff)
downloadtaler-android-cbb8e21f67820f876e0062941e747d6b3a88b648.tar.gz
taler-android-cbb8e21f67820f876e0062941e747d6b3a88b648.tar.bz2
taler-android-cbb8e21f67820f876e0062941e747d6b3a88b648.zip
[wallet] Update transaction loss strings
bug 0008694
Diffstat (limited to 'wallet')
-rw-r--r--wallet/src/main/res/values/strings.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml
index f0a30f1..ffe175a 100644
--- a/wallet/src/main/res/values/strings.xml
+++ b/wallet/src/main/res/values/strings.xml
@@ -272,9 +272,10 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card
<string name="loss_amount">Amount lost</string>
<string name="loss_reason">Reason</string>
- <string name="loss_reason_expired">Denomination expired</string>
- <string name="loss_reason_vanished">Denomination vanished</string>
- <string name="loss_reason_unoffered">Denomination ceased to be offered</string>
+ <string name="loss_reason_expired">Funds were not renewed, because the wallet was not opened for a long time</string>
+ <string name="loss_reason_vanished">The payment provider lost the record of the funds</string>
+ <string name="loss_reason_unoffered">The payment provider stopped offering the denomination backing the funds</string>
+
<string name="pending_operations_title">Pending Operations</string>
<string name="pending_operations_refuse">Refuse Proposal</string>