From 2cb171806ca2cee93382d337f93907fbb807db62 Mon Sep 17 00:00:00 2001 From: Djeex Date: Thu, 21 Aug 2025 23:19:06 +0200 Subject: [PATCH] Fixed title --- src/webui/site-info/index.html | 2 +- src/webui/theme-editor/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/site-info/index.html b/src/webui/site-info/index.html index 4e2b98b..b86a0f9 100644 --- a/src/webui/site-info/index.html +++ b/src/webui/site-info/index.html @@ -1,6 +1,6 @@ {% extends "template/base.html" %} -{% block title %}Gallery Editor{% endblock %} +{% block title %}Site Info{% endblock %} {% block content %} diff --git a/src/webui/theme-editor/index.html b/src/webui/theme-editor/index.html index 939db7f..dab6f3e 100644 --- a/src/webui/theme-editor/index.html +++ b/src/webui/theme-editor/index.html @@ -1,6 +1,6 @@ {% extends "template/base.html" %} -{% block title %}Gallery Editor{% endblock %} +{% block title %}Theme Editor{% endblock %} {% block content %}