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'),