diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 3271724ba..87a3c5f92 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -139,6 +139,7 @@ "redeemed": "eingelöst", "removeNotSelf": "Als Admin/Moderator kannst du dich nicht selber löschen.", "save": "Speichern", + "state": "Status", "statistic": { "activeUsers": "Aktive Mitglieder", "count": "Menge", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index dfb4de745..2e32ecb36 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -139,6 +139,7 @@ "removeNotSelf": "As an admin/moderator, you cannot delete yourself.", "reopen": "Reopen", "save": "Speichern", + "state": "State", "statistic": { "activeUsers": "Active members", "count": "Count", diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 4df55ee55..1af63175e 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -324,7 +324,7 @@ export default { ], [ // all contributions - { key: 'state', label: 'state' }, + { key: 'state', label: this.$t('state') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, {