From 177c87d4655ce9129d9389c24b23169b4c8651cf Mon Sep 17 00:00:00 2001 From: animepony Date: Tue, 13 Jun 2017 21:16:53 -0400 Subject: [PATCH] More accurate string for recent shadow deleted posts --- templates/mod/shadow_recent_posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/shadow_recent_posts.html b/templates/mod/shadow_recent_posts.html index b7db0213..6539b9d2 100644 --- a/templates/mod/shadow_recent_posts.html +++ b/templates/mod/shadow_recent_posts.html @@ -1,6 +1,6 @@ {% if not posts|count %} -

({% trans 'There are no active posts.' %})

+

({% trans 'There are no posts pending moderation.' %})

{% else %}

Viewing last {{ limit|e }} posts

View 25 | 50 | 100