From f70874b21ce985804aa1b27d38f2eabcf0b9df25 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Thu, 27 Mar 2025 13:20:13 +0100 Subject: [PATCH] [A11y] Widget: add missing labels to dialog and iframe --- src/pretix/static/pretixpresale/js/widget/widget.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 = ( - '
' + '
' + '
' + '' + '
' + '
' + '' + '' @@ -869,7 +871,7 @@ var shared_lightbox_fragment = ( + '
{{$root.lightbox.description}}
' + '' + '' + '
' + '
'