diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 9bc66a337..0dbcb8486 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -370,7 +370,7 @@ "following": "Folge Ich" }, "group": { - "newGroup":"Erstelle eine neue Gruppe" + "newGroup": "Erstelle eine neue Gruppe" }, "hashtags-filter": { "clearSearch": "Suche löschen", @@ -720,6 +720,9 @@ } } }, + "groups": { + "name": "Meine Gruppen" + }, "invites": { "name": "Einladungen" }, @@ -744,9 +747,6 @@ "unmute": "Stummschaltung aufheben", "unmuted": "{name} ist nicht mehr stummgeschaltet" }, - "groups": { - "name":"Meine Gruppen" - }, "name": "Einstellungen", "notifications": { "name": "Benachrichtigungen", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 7c0df0101..635ee9f3a 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -370,7 +370,7 @@ "following": "Following" }, "group": { - "newGroup":"Create a new Group" + "newGroup": "Create a new Group" }, "hashtags-filter": { "clearSearch": "Clear search", @@ -720,6 +720,9 @@ } } }, + "groups": { + "name": "My Groups" + }, "invites": { "name": "Invites" }, @@ -744,9 +747,6 @@ "unmute": "Unmute user", "unmuted": "{name} is unmuted again" }, - "groups": { - "name":"My Groups" - }, "name": "Settings", "notifications": { "name": "Notifications",