mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
[A11y] replace b with strong for better semantics (#5086)
This commit is contained in:
committed by
GitHub
parent
cf51c879c7
commit
1f2a0278c0
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user