Skip to content

Commit

Permalink
pkp/pkp-lib#9874 Error when using "View record" button in OJS Crossre…
Browse files Browse the repository at this point in the history
…f DOI page
  • Loading branch information
ewhanson committed Apr 19, 2024
1 parent f537b72 commit 32e8487
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ListPanel/doi/DoiListItem.vue
Expand Up @@ -135,10 +135,10 @@
? t('manager.dois.registration.manuallyMarkedRegistered')
: t('manager.dois.registration.submittedDescription', {
registrationAgency: itemRegistrationAgencyName,
})
})
: t('manager.dois.registration.notSubmittedDescription', {
registrationAgency: registrationAgencyInfo['displayName'],
})
})
}}
</span>
<span v-else class="doiListItem__depositorDescription">
Expand Down Expand Up @@ -188,8 +188,8 @@
<!-- Recorded Message Modal -->
<modal
:close-label="t('common.close')"
name="registeredMessageModal"
:title="t('manager.dois.registration.viewError.title')"
:name="`registeredMessageModal-${item.id}`"
:title="t('manager.dois.registration.viewRecord.title')"
:open="isModalOpenedRegisteredMessage"
@close="isModalOpenedRegisteredMessage = false"
>
Expand Down

0 comments on commit 32e8487

Please sign in to comment.