summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-31 12:00:11 +0100
committerMartin Fischer <martin@push-f.com>2022-01-31 12:00:11 +0100
commit743353dd09cd2c0cc29ec30ddd11a2c841f6e6c3 (patch)
treeca94bd75d94e29bd1296c9e10933c16eca1df92c /searx/templates
parente7c0f4e877dc90fc44989a304b555a8b6f1f6665 (diff)
downloadsearxng-743353dd09cd2c0cc29ec30ddd11a2c841f6e6c3.tar.gz
searxng-743353dd09cd2c0cc29ec30ddd11a2c841f6e6c3.zip
[simple] add aria-label to preferences link
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html
index 2bb7d8b2a..33b7a2cbe 100644
--- a/searx/templates/simple/base.html
+++ b/searx/templates/simple/base.html
@@ -49,7 +49,7 @@
{% block linkto_preferences %}
{% 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 %}
{% block header %}
{% endblock %}