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 %}