diff options
-rw-r--r-- | apioforum/templates/view_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index 2bdb5a4..d675c16 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -118,7 +118,7 @@ you do not have permission to create threads in this forum {% if subforum.updated %} last activity {{ts(subforum.updated)}} ago {% else %} - no threads + no new threads {% endif %} </div> </div> |