diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 10fc61abc4..d257c9b793 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -237,7 +237,7 @@ {% set text = "@" ~ u.username ~ " hasn't made any posts yet!" %} {% endif %} {% else %} - {% set text = "No posts found!" if request.path.startswith('/search') else "" %} + {% set text = "No posts found!" if request.path.startswith('/search') else "There are no posts here (yet)." %} {% endif %} {{macros.ghost_box(text, '', 1)}}