Rename "Log" action to "System Log"

multi-ogserver
Jose M. Guisado 2022-02-22 16:51:29 +01:00
parent 8e6fa1b1be
commit 93f7fa17c5
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
Logs
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<input class="btn btn-light dropdown-item{% block nav_logs_log %}{% endblock %}" type="submit" value="{{ _('Log') }}"
<input class="btn btn-light dropdown-item{% block nav_logs_log %}{% endblock %}" type="submit" value="{{ _('System log') }}"
form="scopesForm" formaction="{{ url_for('action_legacy_log') }}" formmethod="get">
<input class="btn btn-light dropdown-item{% block nav_logs_rt %}{% endblock %}" type="submit" value="{{ _('Real time log') }}"
form="scopesForm" formaction="{{ url_for('action_legacy_rt_log') }}" formmethod="get">