diff of 20cfb4d180742df17a24d9c13ebe6380d4954e0e
20cfb4d180742df17a24d9c13ebe6380d4954e0e
diff --git a/elm-frontti/src/Main.elm b/elm-frontti/src/Main.elm
index 1f5432a..722a8e7 100644
--- a/elm-frontti/src/Main.elm
+++ b/elm-frontti/src/Main.elm
@@ -771,7 +771,7 @@ blog_tab settings model =
post_elements
else
[ div [class "post"] [ text <| case model.loginState of
- LoggedIn usr -> (Debug.toString usr)
+ LoggedIn usr -> "Hi " ++ usr.nickname ++ ", there are no (also: no user) posts in this instance"
_ -> "There are no (also: no user) posts in this instance"]])
, [footer [ attribute "data-testid" "page-changer"
, class "page-changer" ]