From e6fdf718d05ea6e06420f2bd16e33cd57046da11 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 9 Mar 2023 07:32:26 +0100 Subject: [PATCH] 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') }, {