From 3ece35a9535f0e2853ccae324762c77fde57f9eb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 30 May 2022 04:22:47 +0200 Subject: [PATCH] fixed the title on 2 admin pages --- files/templates/admin/removed_comments.html | 2 +- files/templates/admin/reported_comments.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/admin/removed_comments.html b/files/templates/admin/removed_comments.html index bac408d79..8399ee022 100644 --- a/files/templates/admin/removed_comments.html +++ b/files/templates/admin/removed_comments.html @@ -1,7 +1,7 @@ {% extends "admin/removed_posts.html" %} {% block title %} -Comments +Removed Comments {% endblock %} {% block listing %} diff --git a/files/templates/admin/reported_comments.html b/files/templates/admin/reported_comments.html index 93f624f7f..3ee534eaf 100644 --- a/files/templates/admin/reported_comments.html +++ b/files/templates/admin/reported_comments.html @@ -1,7 +1,7 @@ {% extends "admin/reported_posts.html" %} {% block title %} -Removed Comments +Reported Comments {% endblock %} {% block listing %}