From 8d3f345d72b210368c03ed515878eef22291e7db Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 9 Mar 2023 07:31:44 +0100 Subject: [PATCH 1/3] Update admin/src/locales/en.json Co-authored-by: Moriz Wahl --- admin/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From c8fea682bcc66fab2084fb648fc3ff989304bdc0 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 9 Mar 2023 07:32:01 +0100 Subject: [PATCH 2/3] Update admin/src/locales/de.json Co-authored-by: Moriz Wahl --- admin/src/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index b7a064b34..0be1808c0 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": "Reopen", "save": "Speichern", - "state": "Status", + "status": "Status", "statistic": { "activeUsers": "Aktive Mitglieder", "count": "Menge", From e6fdf718d05ea6e06420f2bd16e33cd57046da11 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 9 Mar 2023 07:32:26 +0100 Subject: [PATCH 3/3] Update admin/src/pages/CreationConfirm.vue Co-authored-by: Moriz Wahl --- admin/src/pages/CreationConfirm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }, {