diff options
author | Torsten Grote <t@grobox.de> | 2020-05-04 11:39:15 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-05-04 11:39:15 -0300 |
commit | 3e13e7c84e4a093d4f681f1f071c59c4c96e1c22 (patch) | |
tree | b9c581953cd9deae7986d0c1ed145609b2da2eea /wallet | |
parent | 724f9fa491638ae7fcfed07eefa376bacd34d29f (diff) | |
download | taler-android-3e13e7c84e4a093d4f681f1f071c59c4c96e1c22.tar.gz taler-android-3e13e7c84e4a093d4f681f1f071c59c4c96e1c22.tar.bz2 taler-android-3e13e7c84e4a093d4f681f1f071c59c4c96e1c22.zip |
Rename Purchase Reference to Receipt #
Diffstat (limited to 'wallet')
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 2 |
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 dd3a810..e01a0f0 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -74,7 +74,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="transaction_paid">Paid</string> <string name="transaction_order_total">Total</string> <string name="transaction_order">Purchase</string> - <string name="transaction_order_id">Purchase Reference: %1$s</string> + <string name="transaction_order_id">Receipt #%1$s</string> <string name="transaction_order_accepted">Purchase Confirmed</string> <string name="transaction_order_refused">Purchase Cancelled</string> <string name="transaction_tip_accepted">Tip Accepted</string> |