forked from CGM_Public/pretix_original
[A11y] replace b with strong for better semantics (#5086)
This commit is contained in:
committed by
GitHub
parent
cf51c879c7
commit
1f2a0278c0
@@ -79,7 +79,7 @@
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
{% endif %}
|
||||
<h3 class="panel-title"><b>
|
||||
<h3 class="panel-title"><strong>
|
||||
{% if subevent_list_foldable %}
|
||||
{% if show_cart %}
|
||||
{% trans "Add tickets for a different date" %}
|
||||
@@ -88,7 +88,7 @@
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% trans "Choose date to book a ticket" %}
|
||||
{% endif %}</b>
|
||||
{% endif %}</strong>
|
||||
</h3>
|
||||
{% if subevent_list_foldable %}
|
||||
</summary>
|
||||
|
||||
Reference in New Issue
Block a user