[A11y] replace b with strong for better semantics (#5086)

This commit is contained in:
Richard Schreiber
2025-05-12 16:43:08 +02:00
committed by GitHub
parent cf51c879c7
commit 1f2a0278c0
10 changed files with 12 additions and 12 deletions

View File

@@ -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>