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 %}