diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 46adb7ec2..396ec8df4 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -137,7 +137,7 @@ "removeNotSelf": "Als Admin/Moderator kannst du dich nicht selber löschen.", "reopen": "Öffnen", "save": "Speichern", - "state": "Status", + "status": "Status", "statistic": { "activeUsers": "Aktive Mitglieder", "count": "Menge", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 30558822f..93a324918 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -137,7 +137,7 @@ "removeNotSelf": "As an admin/moderator, you cannot delete yourself.", "reopen": "Reopen", "save": "Speichern", - "state": "State", + "status": "State", "statistic": { "activeUsers": "Active members", "count": "Count", diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 6a9354d60..56867e4ef 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -324,7 +324,7 @@ export default { ], [ // all contributions - { key: 'state', label: this.$t('state') }, + { key: 'state', label: this.$t('status') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, {