summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2022-02-22 16:51:29 +0100
committerJose M. Guisado <jguisado@soleta.eu>2022-02-22 16:51:29 +0100
commit93f7fa17c5ee18837f4a127511e4b1ae27d1b9b5 (patch)
treef09fcd3c9178b1a9bd2127bbfd905889c643faca /ogcp
parent8e6fa1b1beee967ad674a997dadd808673705a93 (diff)
Rename "Log" action to "System Log"
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/templates/commands.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html
index 6c98da2..1b51701 100644
--- a/ogcp/templates/commands.html
+++ b/ogcp/templates/commands.html
@@ -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">