Skip to content

Commit 4fc41ce

Browse files
authored
Fix typo in payment terminal message variable name
1 parent 78f0a64 commit 4fc41ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ const photoboothTools = (function () {
634634
const priceEuro = (priceCents / 100).toFixed(2).replace('.', ',');
635635
const paymentMessage = (config.payments?.message || api.getTranslation('payments_message')).replace('%price%', priceEuro);
636636
const paymentQrMsg = api.getTranslation('payments_qr_message');
637-
const paymentTerminslMsg = api.getTranslation('payments_terminal_message');
637+
const paymentTerminalMsg = api.getTranslation('payments_terminal_message');
638638

639639
api.overlay.show(paymentMessage);
640640
api.isPrinting = true;

0 commit comments

Comments
 (0)