commit cbb8e21f67820f876e0062941e747d6b3a88b648 parent 89e1051a022afd57bc901e02cf2ca3dce6998b6a Author: Iván Ávalos <avalos@disroot.org> Date: Mon, 15 Apr 2024 08:55:24 -0600 [wallet] Update transaction loss strings bug 0008694 Diffstat:
| M | wallet/src/main/res/values/strings.xml | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git 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>