From cc25d9cbf5fa5c23dd9afd8383eb6706d3542a1d Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 12 Feb 2024 19:25:55 +0200 Subject: [PATCH] do this https://watchpeopledie.tv/h/meta/post/61549/megathread-for-bugs-and-suggestions/2470845#context --- files/templates/userpage/wall.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage/wall.html b/files/templates/userpage/wall.html index b41798836..152437a1b 100644 --- a/files/templates/userpage/wall.html +++ b/files/templates/userpage/wall.html @@ -16,9 +16,9 @@ {% if not listing %} {% if u.id == v.id %} - {% set text = "There's no comments on your wall yet!" %} + {% set text = "There are no comments on your wall yet!" %} {% else %} - {% set text = "There's no comments on @" ~ u.username ~ "'s wall yet!" %} + {% set text = "There are no comments on @" ~ u.username ~ "'s wall yet!" %} {% endif %} {{macros.ghost_box(text, '', 1)}} {% endif %}