From 75a55803666c91724578330f4f77f33e712aec21 Mon Sep 17 00:00:00 2001 From: Spacelord Date: Sun, 14 May 2023 13:11:01 +0200 Subject: [PATCH] Renamed "All items" to "Items". --- src/frontend/items.eta.html | 4 ++-- src/frontend/partials/controls.eta.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontend/items.eta.html b/src/frontend/items.eta.html index 65e3479..be9b031 100644 --- a/src/frontend/items.eta.html +++ b/src/frontend/items.eta.html @@ -1,7 +1,7 @@ -<%~ E.includeFile("partials/head.eta.html", {"title": "Dashboard"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "AllItems"}) %> +<%~ E.includeFile("partials/head.eta.html", {"title": "Items"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Items"}) %> -

All items

+

Items

diff --git a/src/frontend/partials/controls.eta.html b/src/frontend/partials/controls.eta.html index 7bd6833..546caa6 100644 --- a/src/frontend/partials/controls.eta.html +++ b/src/frontend/partials/controls.eta.html @@ -61,7 +61,7 @@ Dashboard