diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index 4ca8b3aa38..4cb77c7eb1 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -45,6 +45,7 @@ var strings = { 'loading_error_429': django.pgettext('widget', 'There are currently a lot of users in this ticket shop. Please ' + 'open the shop in a new tab to continue.'), 'open_new_tab': django.pgettext('widget', 'Open ticket shop'), + 'checkout': django.pgettext('widget', 'Checkout'), 'cart_error': django.pgettext('widget', 'The cart could not be created. Please try again later'), 'cart_error_429': django.pgettext('widget', 'We could not create your cart, since there are currently too many ' + 'users in this ticket shop. Please click "Continue" to retry in a new tab.'), @@ -827,17 +828,18 @@ var shared_loading_fragment = ( ); var shared_iframe_fragment = ( - '