commit 4a6630d1d147ae35358272dc5222964831c234ab
parent c435770450be207a1c598404115c3784a45a7b96
Author: Torsten Grote <t@grobox.de>
Date: Fri, 15 May 2020 14:26:11 -0300
[pos] fix string commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/merchant-terminal/src/main/res/values/strings.xml b/merchant-terminal/src/main/res/values/strings.xml
@@ -8,7 +8,7 @@
<string name="menu_settings">Settings</string>
<string name="order_label_title">Order #%s</string>
- <!-- The first placeholder is the amount and the second the currency -->
+ <!-- The placeholder is the total order amount with currency -->
<string name="order_total">Total: %s</string>
<string name="order_restart">Restart</string>
<string name="order_undo">Undo</string>