diff --git a/admin/src/pages/CreationConfirm.vue b/admin/src/pages/CreationConfirm.vue index 46995e9f7..3c1a1e67e 100644 --- a/admin/src/pages/CreationConfirm.vue +++ b/admin/src/pages/CreationConfirm.vue @@ -212,7 +212,7 @@ export default { return this.formatDateOrDash(value) }, }, - { key: 'moderator', label: this.$t('moderator') }, + { key: 'moderatorId', label: this.$t('moderator') }, { key: 'editCreation', label: this.$t('chat') }, { key: 'confirm', label: this.$t('save') }, ],