a11y: add proper text to close email input help (#71069) #52

Merged
fpeters merged 1 commits from wip/71069-a11y-domain-suggestion into main 2023-05-12 09:17:56 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<p class="message" data-hint-prefix="{% trans "Did you want to write" %}"></p>
<button class="action" type="button">{% trans "Apply fix" %}</button>
<button class="close" type="button">
<span class="sr-only">x</span>
<span class="sr-only">{% trans "Close input help" %}</span>
</button>
</div>
{% endif %}