diff options
Diffstat (limited to 'overview/public/script.js')
-rw-r--r-- | overview/public/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overview/public/script.js b/overview/public/script.js index be058b7..68b2d5a 100644 --- a/overview/public/script.js +++ b/overview/public/script.js @@ -14,7 +14,7 @@ fetch("/auth/api/status").then(response => response.json()).then(response => { second.innerText = "Logout"; if (response.admin) { third.href = "/admin"; - third.innerText = "Administration"; + third.innerText = "Admin"; } } else { document.querySelectorAll("div.pure-menu")[0].style.display = "none"; |