diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index e1bfd3392..0321821db 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -25,6 +25,11 @@ } }, "back": "Zurück", + "circles": { + "headline": "Gradido Kreise", + "text": "Was soll hier für ein Text rein?", + "button": "Beginne dich zu vernetzen..." + }, "community": { "admins": "Administratoren", "choose-another-community": "Eine andere Gemeinschaft auswählen", @@ -419,11 +424,6 @@ "uppercase": "Großbuchstabe erforderlich." } }, - "circles": { - "headline": "Gradido Kreise", - "text": "Was soll hier für ein Text rein?", - "button": "Beginne dich zu vernetzen..." - }, "status": "Status", "submitted": "Eingereicht", "success": "Erfolg", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 09538c8d7..9c8645224 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -25,6 +25,11 @@ } }, "back": "Back", + "circles": { + "headline": "Gradido Circle", + "text": "Placeholder", + "button": "Start to connect..." + }, "community": { "admins": "Administrators", "choose-another-community": "Choose another community", @@ -419,11 +424,6 @@ "uppercase": "One uppercase letter required." } }, - "circles": { - "headline": "Gradido Circle", - "text": "Placeholder", - "button": "Start to connect..." - }, "status": "Status", "submitted": "Submitted", "success": "Success",