Browse Source

[simple] add aria-label to preferences link

Martin Fischer 3 years ago
parent
commit
743353dd09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/templates/simple/base.html

+ 1 - 1
searx/templates/simple/base.html

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