1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-04 10:30:15 +02:00

[simple] add aria-label to preferences link

This commit is contained in:
Martin Fischer 2022-01-31 12:00:11 +01:00
parent e7c0f4e877
commit 743353dd09

View File

@ -49,7 +49,7 @@
{% block linkto_preferences %} {% block linkto_preferences %}
{% from 'simple/icons.html' import icon_big %} {% from 'simple/icons.html' import icon_big %}
<nav id="linkto_preferences"><a href="{{ url_for('preferences') }}">{{ icon_big('menu-outline') }}</a></nav> <nav id="linkto_preferences"><a href="{{ url_for('preferences') }}" aria-label="{{ _('preferences') }}">{{ icon_big('menu-outline') }}</a></nav>
{% endblock %} {% endblock %}
{% block header %} {% block header %}
{% endblock %} {% endblock %}