aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-17 10:02:09 -0500
committercitrons <citrons@mondecitronne.com>2025-06-17 10:02:59 -0500
commit46316b9f7358cd1b8ccf9a0618814d9b1f90fc50 (patch)
tree67fbdd119d0782378b192aa7cfe7217e2f75f10a
parentf647b2df227997a1aea14980e360daaf9dc42c57 (diff)
fix bug: s/no threads/no new threads
-rw-r--r--apioforum/templates/view_forum.html2
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>