[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

@@ -85,7 +85,7 @@
<div class="checkbox">
<label>
<input type="checkbox" name="delete" value="yes" />
<b>{% trans "Permanently delete all orders created in test mode" %}</b>
<strong>{% trans "Permanently delete all orders created in test mode" %}</strong>
</label>
</div>
<div class="text-right">