taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 822890199c836113bffb0e57546447068f229a50
parent 4d2b5a6ff0f8e62a6df0f658cb6b2fbe98393732
Author: Torsten Grote <t@grobox.de>
Date:   Tue,  4 Jul 2023 13:27:20 -0300

[wallet] rename one more 'tip' to 'reward'

Diffstat:
Mwallet/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 @@ -96,7 +96,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transaction_order_total">Total</string> <string name="transaction_order">Purchase</string> <string name="transaction_order_id">Receipt #%1$s</string> - <string name="transaction_tip_from">Tip from %s</string> + <string name="transaction_tip_from">Reward from %s</string> <string name="transaction_refund">Refund</string> <string name="transaction_refund_from">Refund from %s</string> <string name="transaction_pending">PENDING</string>