From 12ab5ace9ccf09024ccf6acd1deb4e9a67d3a6d0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 22 Jun 2021 17:19:05 +0200 Subject: [PATCH] Check-in errors: Change text of "result.product" --- .../plugins/webcheckin/static/pretixplugins/webcheckin/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js b/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js index dc6aebe91c..b158ada5f5 100644 --- a/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js +++ b/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js @@ -54,7 +54,7 @@ window.vapp = new Vue({ 'result.already_redeemed': gettext('Ticket already used'), 'result.questions': gettext('Information required'), 'result.invalid': gettext('Unknown ticket'), - 'result.product': gettext('Invalid product'), + 'result.product': gettext('Ticket type not allowed here'), 'result.unpaid': gettext('Ticket not paid'), 'result.rules': gettext('Entry not allowed'), 'result.revoked': gettext('Ticket code revoked/changed'),