tweak the title of the /admin/admins page

This commit is contained in:
Changaco 2025-03-17 13:59:55 +01:00
parent 46c431de31
commit b8224d2ae8
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
% macro nav_admin()
{{ nav([
('/', icon('index', "Index")),
('/admins', "Audit Log"),
('/admins', "Admin Log"),
('/cron', "Cron Jobs"),
('/debug', "Debugging"),
('/emails', "Email Addresses"),

View File

@ -10,7 +10,7 @@ title = "Admin Tools"
% block content
<dl class="card">
<dt><a href="/admin/admins">Audit Log</a></dt>
<dt><a href="/admin/admins">Admin Log</a></dt>
<dd>View a log of actions performed by admins.</dd>
</dl>
<dl class="card">