diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 8260551fb..6706623d1 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -332,7 +332,7 @@ "via_link": "über einen Link", "welcome": "Willkommen in der Gemeinschaft", "pageTitle": { - "overview":"Guten Morgen {name}", + "overview":"Willkommen {name}", "send":"Sende Gradidos", "transactions":"Deine Transaktionen", "gdt":"Deine GDT Transaktionen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index c0e0e58d9..d3e42f179 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -332,7 +332,7 @@ "via_link": "via Link", "welcome": "Welcome to the community", "pageTitle": { - "overview": "Good morning {name}", + "overview": "Welcome {name}", "send": "Send Gradidos", "transactions": "Your transactions", "gdt": "Your GDT transactions",