diff --git a/webapp/locales/de.json b/webapp/locales/de.json index c684a3d7b..4e046044b 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -371,11 +371,11 @@ "following": "Folge Ich" }, "group": { - "newGroup": "Erstelle eine neue Gruppe", "group-created": "Die Gruppe wurde angelegt!", "group-updated": "Die Gruppendaten wurden geändert!", - "save":"Neue Gruppe anlegen", - "update":"Änderung speichern" + "newGroup": "Erstelle eine neue Gruppe", + "save": "Neue Gruppe anlegen", + "update": "Änderung speichern" }, "hashtags-filter": { "clearSearch": "Suche löschen", @@ -730,7 +730,6 @@ } } }, - "myGroups": "Meine Gruppen", "invites": { "name": "Einladungen" }, @@ -755,6 +754,7 @@ "unmute": "Stummschaltung aufheben", "unmuted": "{name} ist nicht mehr stummgeschaltet" }, + "myGroups": "Meine Gruppen", "name": "Einstellungen", "notifications": { "name": "Benachrichtigungen", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 7d9ea7a3d..2f5bef5fe 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -371,11 +371,11 @@ "following": "Following" }, "group": { - "newGroup": "Create a new Group", "group-created": "The group was created!", "group-updated": "The group data has been changed.", - "save":"Create new group", - "update":"Save change" + "newGroup": "Create a new Group", + "save": "Create new group", + "update": "Save change" }, "hashtags-filter": { "clearSearch": "Clear search", @@ -730,7 +730,6 @@ } } }, - "myGroups": "My Groups", "invites": { "name": "Invites" }, @@ -755,6 +754,7 @@ "unmute": "Unmute user", "unmuted": "{name} is unmuted again" }, + "myGroups": "My Groups", "name": "Settings", "notifications": { "name": "Notifications",