From 2126471d6eb5e8188a29126f5d51db08ac8db541 Mon Sep 17 00:00:00 2001 From: Kathy Tran Date: Tue, 18 Feb 2025 14:27:15 -0500 Subject: [PATCH] Fix auto DOI opt out instruction typo and make it bold (#2064) https://ucsc-cgl.atlassian.net/browse/SEAB-6807 * Fix typo * Bold .dockstore.yml instructions * Add that you need an author --- .../doi/manage-dois/manage-dois-dialog.component.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shared/entry/doi/manage-dois/manage-dois-dialog.component.html b/src/app/shared/entry/doi/manage-dois/manage-dois-dialog.component.html index 100578564..f88fd19ba 100644 --- a/src/app/shared/entry/doi/manage-dois/manage-dois-dialog.component.html +++ b/src/app/shared/entry/doi/manage-dois/manage-dois-dialog.component.html @@ -26,12 +26,12 @@

Manage DOIs

- Dockstore automatically creates a DOI for each valid, tagged version of this {{ entryTypeMetadata.term }} if it is published. It - does not require a Zenodo account to be linked. - - - Edit the enableAutoDoi field in the .dockstore.yml to change your Automatic DOI Generation preference. + Dockstore automatically creates a DOI for each valid, tagged version of this {{ entryTypeMetadata.term }} if it is published and has + at least one author in its metadata. It does not require a Zenodo account to be linked. + + Edit the enableAutoDois field in the .dockstore.yml to change your Automatic DOI Generation preference. +