Update admin/src/pages/CreationConfirm.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Hannes Heine 2023-03-09 07:32:26 +01:00 committed by GitHub
parent c8fea682bc
commit e6fdf718d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') },
{