diff --git a/app/src/web/templates/base.html.j2 b/app/src/web/templates/base.html.j2 index 0ef1f7e..51268af 100644 --- a/app/src/web/templates/base.html.j2 +++ b/app/src/web/templates/base.html.j2 @@ -57,7 +57,7 @@   {{_('Connections')}}   MQTT -   {{_('Important Messages')}} +   {{_('Important Messages')}}   {{_('Log Files')}} diff --git a/app/src/web/templates/page_notes.html.j2 b/app/src/web/templates/page_notes.html.j2 index 495e5e2..e501705 100644 --- a/app/src/web/templates/page_notes.html.j2 +++ b/app/src/web/templates/page_notes.html.j2 @@ -2,7 +2,7 @@ {% block title %}{{_("TSUN Proxy - Important Messages")}}{% endblock title %} {% block menu3_class %}w3-blue{% endblock %} -{% block headline %}  {{_('Important Messages')}}{% endblock headline %} +{% block headline %}  {{_('Important Messages')}}{% endblock headline %} {% block content %}
{% endblock content%}