From 7a440f97cbbde819134b0f07f6b803665e64a467 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 10 Oct 2020 19:25:11 +0200 Subject: Frontend... --- overview/public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overview/public/script.js') 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"; -- cgit v1.2.3