summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/layout
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-04 11:39:15 -0300
committerTorsten Grote <t@grobox.de>2020-05-04 11:39:15 -0300
commit3e13e7c84e4a093d4f681f1f071c59c4c96e1c22 (patch)
treeb9c581953cd9deae7986d0c1ed145609b2da2eea /merchant-terminal/src/main/res/layout
parent724f9fa491638ae7fcfed07eefa376bacd34d29f (diff)
downloadtaler-android-3e13e7c84e4a093d4f681f1f071c59c4c96e1c22.tar.gz
taler-android-3e13e7c84e4a093d4f681f1f071c59c4c96e1c22.tar.bz2
taler-android-3e13e7c84e4a093d4f681f1f071c59c4c96e1c22.zip
Rename Purchase Reference to Receipt #
Diffstat (limited to 'merchant-terminal/src/main/res/layout')
-rw-r--r--merchant-terminal/src/main/res/layout/fragment_process_payment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-terminal/src/main/res/layout/fragment_process_payment.xml b/merchant-terminal/src/main/res/layout/fragment_process_payment.xml
index cb69aa2..f84e041 100644
--- a/merchant-terminal/src/main/res/layout/fragment_process_payment.xml
+++ b/merchant-terminal/src/main/res/layout/fragment_process_payment.xml
@@ -91,7 +91,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/guideline"
app:layout_constraintTop_toBottomOf="@+id/amountView"
- tools:text="@string/payment_order_ref"
+ tools:text="@string/payment_order_id"
tools:visibility="visible" />
<Button