diff --git a/src/components/ListPanel/doi/DoiListItem.vue b/src/components/ListPanel/doi/DoiListItem.vue index 8aa07b27..73fb7955 100644 --- a/src/components/ListPanel/doi/DoiListItem.vue +++ b/src/components/ListPanel/doi/DoiListItem.vue @@ -135,10 +135,10 @@ ? t('manager.dois.registration.manuallyMarkedRegistered') : t('manager.dois.registration.submittedDescription', { registrationAgency: itemRegistrationAgencyName, - }) + }) : t('manager.dois.registration.notSubmittedDescription', { registrationAgency: registrationAgencyInfo['displayName'], - }) + }) }} @@ -188,8 +188,8 @@