diff --git a/webapp/locales/de.json b/webapp/locales/de.json index a8277f677..142f64dd1 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -8,11 +8,6 @@ "loadMore": "mehr laden", "save": "Speichern" }, - "position": { - "my":"Meine Position", - "members":"Mitglied", - "organizations":"Organisation" - }, "admin": { "categories": { "categoryName": "Name", @@ -651,6 +646,11 @@ "title": "Benachrichtigungen", "user": "Benutzer" }, + "position": { + "members": "Mitglied", + "my": "Meine Position", + "organizations": "Organisation" + }, "post": { "comment": { "reply": "Antworten", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 87173cb76..ac3cb84b6 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -8,11 +8,6 @@ "loadMore": "load more", "save": "Save" }, - "position": { - "my":"My position", - "members":"Members", - "organizations":"Organizations" - }, "admin": { "categories": { "categoryName": "Name", @@ -651,6 +646,11 @@ "title": "Notifications", "user": "User" }, + "position": { + "members": "Members", + "my": "My position", + "organizations": "Organizations" + }, "post": { "comment": { "reply": "Reply",