summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/values
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2021-02-05 13:49:51 -0300
committerTorsten Grote <t@grobox.de>2021-02-05 13:49:51 -0300
commit21c79819fa6aad2bf9c68bd03faa273ff450ca56 (patch)
treeb210ddfff94f797e2e7fae40ba47e6f0329e97d8 /merchant-terminal/src/main/res/values
parente07a00ed65262f5142ecd46d3f9df6672b28fbb3 (diff)
downloadtaler-android-21c79819fa6aad2bf9c68bd03faa273ff450ca56.tar.gz
taler-android-21c79819fa6aad2bf9c68bd03faa273ff450ca56.tar.bz2
taler-android-21c79819fa6aad2bf9c68bd03faa273ff450ca56.zip
[pos] Remove QR code once order has been claimed
Diffstat (limited to 'merchant-terminal/src/main/res/values')
-rw-r--r--merchant-terminal/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/merchant-terminal/src/main/res/values/strings.xml b/merchant-terminal/src/main/res/values/strings.xml
index bee3cd4..f06866d 100644
--- a/merchant-terminal/src/main/res/values/strings.xml
+++ b/merchant-terminal/src/main/res/values/strings.xml
@@ -38,6 +38,7 @@
<string name="payment_intro_nfc">Please let customer scan QR Code or use NFC to pay.</string>
<string name="payment_intro">Please let customer scan QR Code to pay.</string>
+ <string name="payment_claimed">Waiting for customer to confirm payment…</string>
<string name="payment_cancel">Cancel payment</string>
<string name="payment_received">Payment received</string>
<string name="payment_back_button">Continue</string>