diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-05-29 14:59:06 -0500 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-05-30 09:33:57 +0200 |
| commit | 37d851fb23935166ac7714a83c7273ce712bece0 (patch) | |
| tree | 19ba677a7cc0e51a4900d8c4622947f496c2a472 /searx/templates | |
| parent | 1b424b8d541d3cde1d40aa52b59cbcc38259ce3e (diff) | |
[mod] UI footer: correct capitalization of "SearXNG" in base.html
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/simple/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 2eebde676..deac295b7 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -64,7 +64,7 @@ </main> <footer> <p> - {{ _('Powered by') }} <a href="{{ url_for('info', pagename='about') }}">searxng</a> - {{ searx_version }} — {{ _('a privacy-respecting, open metasearch engine') }}<br> + {{ _('Powered by') }} <a href="{{ url_for('info', pagename='about') }}">SearXNG</a> - {{ searx_version }} — {{ _('a privacy-respecting, open metasearch engine') }}<br> <a href="{{ searx_git_url }}">{{ _('Source code') }}</a> | <a href="{{ get_setting('brand.issue_url') }}">{{ _('Issue tracker') }}</a> {% if enable_metrics %}| <a href="{{ url_for('stats') }}">{{ _('Engine stats') }}</a>{% endif %} |