How can I change the greeting from the login screen in Umbraco 11?
I have tried adding the below code via creating wwwroot>config>lang>en_us.user.xml.
As per documentation provided by Umbraco, It didn’t work
<area alias="login">
<key alias="greeting0">Happy super Sunday</key>
<key alias="greeting1">Happy manic Monday </key>
<key alias="greeting2">Happy tubular Tuesday</key>
<key alias="greeting3">Happy wonderful Wednesday</key>
<key alias="greeting4">Happy thunderous Thursday</key>
<key alias="greeting5">Happy funky Friday</key>
<key alias="greeting6">Happy Caturday</key>
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/110647-how-can-i-change-the-greeting-from-the-login-screen-in-umbraco-11