summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'merchant-terminal/src/main/res/values/strings.xml')
-rw-r--r--merchant-terminal/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/merchant-terminal/src/main/res/values/strings.xml b/merchant-terminal/src/main/res/values/strings.xml
index eabe816..a3e69f3 100644
--- a/merchant-terminal/src/main/res/values/strings.xml
+++ b/merchant-terminal/src/main/res/values/strings.xml
@@ -41,12 +41,12 @@
<string name="payment_cancel">Cancel payment</string>
<string name="payment_received">Payment received</string>
<string name="payment_back_button">Continue</string>
- <string name="payment_order_ref">Purchase reference: %s</string>
+ <string name="payment_order_id">Receipt #%s</string>
<string name="payment_process_label">Payment required</string>
<string name="payment_canceled">Payment canceled</string>
<string name="history_label">Payment history</string>
- <string name="history_ref_no">Ref. No: %s</string>
+ <string name="history_ref_no" translatable="false">@string/payment_order_id</string>
<string name="history_refund">Refund</string>
<string name="refund_amount">Amount</string>
<string name="refund_reason">Refund reason</string>