Hello,
I’m new to this community and I’ve just installed a Discourse server.
I’m currently trying to modify the “Welcome back, USER!” message that appears when you arrive on the site and when you’re logged in.
So I went into the texts and I found the " js.welcome_banner.header.logged_in_members"
My problem is that the interpolation key “preferred_display_name” seems to be the only key available for this field.
I have found absolutely no reference to this key in the Discourse documentation and if I try to put something else, like “username” or “name”, when saving, I get a message saying that the key is invalid.
What to do?
Thank you