From fe1473a9a540bdb4cdc885d6f63964533e030250 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 8 Mar 2023 10:55:56 +0100 Subject: [PATCH 01/31] Change reActive to reopen, add localize for it. --- admin/src/locales/de.json | 1 + admin/src/locales/en.json | 1 + admin/src/pages/CreationConfirm.vue | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 00eef1812..3271724ba 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -47,6 +47,7 @@ "form": "Schöpfungsformular", "min_characters": "Mindestens 10 Zeichen eingeben", "reset": "Zurücksetzen", + "reopen": "Reopen", "select_month": "Monat auswählen", "select_value": "Betrag auswählen", "submit_creation": "Schöpfung einreichen", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index e318376b4..dfb4de745 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -137,6 +137,7 @@ }, "redeemed": "redeemed", "removeNotSelf": "As an admin/moderator, you cannot delete yourself.", + "reopen": "Reopen", "save": "Speichern", "statistic": { "activeUsers": "Active members", diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 55b819268..6ce4c7728 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -239,7 +239,7 @@ export default { ], [ // denied contributions - { key: 'reActive', label: 'reActive' }, + { key: 'reopen', label: this.$t('reopen') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, { @@ -276,7 +276,7 @@ export default { ], [ // deleted contributions - { key: 'reActive', label: 'reActive' }, + { key: 'reopen', label: this.$t('reopen') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, { From d2927f11545b2d005d42c0b87669537a6709be9b Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 8 Mar 2023 10:58:54 +0100 Subject: [PATCH 02/31] Change label of editCreation to chat --- 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 6ce4c7728..fcb233a48 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -199,7 +199,7 @@ export default { }, }, { key: 'moderator', label: this.$t('moderator') }, - { key: 'editCreation', label: this.$t('edit') }, + { key: 'editCreation', label: this.$t('chat') }, { key: 'confirm', label: this.$t('save') }, ], [ From b476e84bc651c4229fd9fb1822d202f1feccded8 Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 8 Mar 2023 10:59:28 +0100 Subject: [PATCH 03/31] Remove email for tab open --- admin/src/pages/CreationConfirm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index fcb233a48..75f2c6710 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -180,7 +180,6 @@ export default { // open contributions { key: 'bookmark', label: this.$t('delete') }, { key: 'deny', label: this.$t('deny') }, - { key: 'email', label: this.$t('e_mail') }, { key: 'firstName', label: this.$t('firstname') }, { key: 'lastName', label: this.$t('lastname') }, { From ed83e11ef19e85889ade8c419aba5ce2d977e1fe Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 8 Mar 2023 11:46:49 +0100 Subject: [PATCH 04/31] Change reActive to reopen in OpenCreationsTable --- admin/src/components/Tables/OpenCreationsTable.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/src/components/Tables/OpenCreationsTable.vue b/admin/src/components/Tables/OpenCreationsTable.vue index a4db8ac99..7ddabf323 100644 --- a/admin/src/components/Tables/OpenCreationsTable.vue +++ b/admin/src/components/Tables/OpenCreationsTable.vue @@ -48,10 +48,10 @@ -