diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index b1aa20d3f..e183ce401 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -1,6 +1,9 @@ { "home": { - "welcome": "Hi {username}", + "welcomeNight": "Good Night {username}", + "welcomeMorning": "Good Morning {username}", + "welcomeDay": "Hi {username}", + "welcomeEvening": "Good Evening {username}", "list": { "newText": "You can create a new list for your new tasks:", "new": "Create a new list", diff --git a/src/views/Home.vue b/src/views/Home.vue index 487d7aaec..325570b90 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,7 +1,7 @@