diff options
author | Marvin Borner | 2020-10-10 19:25:11 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 19:25:22 +0200 |
commit | 7a440f97cbbde819134b0f07f6b803665e64a467 (patch) | |
tree | 908635177477ec597264eda86fbd4e2289a7db55 /overview/public/script.js | |
parent | 530bbfa293b7d17a6944b87416951b572c8f1d3d (diff) |
Frontend...
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"; |