Aevann 2024-02-12 19:25:55 +02:00
parent c9bdcd8abb
commit cc25d9cbf5
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
</div>
{% 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 %}