From 55c1edaa03441f72388c805a8b922546d8b287bb Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 29 Apr 2021 17:41:44 +0200 Subject: [PATCH] Web checkin: More correct headline naming --- .../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 9bf805b7d..6af495c56 100644 --- a/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js +++ b/src/pretix/plugins/webcheckin/static/pretixplugins/webcheckin/main.js @@ -32,7 +32,7 @@ window.vapp = new Vue({ 'checkinlist.switch': gettext('Switch check-in list'), 'results.headline': gettext('Search results'), 'results.none': gettext('No tickets found'), - 'check.headline': gettext('Check-in result'), + 'check.headline': gettext('Result'), 'check.attention': gettext('This ticket requires special attention'), 'scantype.switch': gettext('Switch direction'), 'scantype.entry': gettext('Entry'),