From 1e64d3c6b19e9437b770584ff993cd973f532fda Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 13 Aug 2022 10:02:33 +0200 Subject: [PATCH] Fix settings tab titles --- files/templates/settings_filters.html | 2 +- files/templates/settings_profilecss.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/settings_filters.html b/files/templates/settings_filters.html index 02678bb694..2f4217216a 100644 --- a/files/templates/settings_filters.html +++ b/files/templates/settings_filters.html @@ -1,6 +1,6 @@ {% extends "settings.html" %} -{% block pagetitle %}Profile Settings - {{SITE_NAME}}{% endblock %} +{% block pagetitle %}Content Settings - {{SITE_NAME}}{% endblock %} {% block content %} diff --git a/files/templates/settings_profilecss.html b/files/templates/settings_profilecss.html index 41d0ea121e..81d5f46ecc 100644 --- a/files/templates/settings_profilecss.html +++ b/files/templates/settings_profilecss.html @@ -1,6 +1,6 @@ {% extends "settings.html" %} -{% block pagetitle %}Custom profilecss - {{SITE_NAME}}{% endblock %} +{% block pagetitle %}Custom Profile CSS - {{SITE_NAME}}{% endblock %} {% block content %}