From 5958605d2b93ad31a04a768948520a1c202bad42 Mon Sep 17 00:00:00 2001 From: Eldeberen Date: Sun, 21 Feb 2021 20:29:55 +0100 Subject: [PATCH] forum: fix message for necropost warning --- app/templates/forum/topic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/forum/topic.html b/app/templates/forum/topic.html index 657f6a7..a71391c 100644 --- a/app/templates/forum/topic.html +++ b/app/templates/forum/topic.html @@ -21,7 +21,7 @@ {% if outdated %}
- Ce topic est sans activité depuis plus de {{ outdated }} jours, êtes-vous sûr de vouloir y poster ? + Ce topic est sans activité depuis {{ outdated }} jours, êtes-vous sûr de vouloir y poster ?
{% endif %}