Skip to content

Commit

Permalink
Minor corrections to creator/contributor help text
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Aug 1, 2023
1 parent eae1389 commit 0ff1fc7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const ContributorsComponent = ({config, vocabularies}) => {
editLabel: "Edit contributor",
}}
id="InvenioAppRdm.Deposit.ContributorsField.card"
description="Contributors play a secondary role in the production of this material (e.g., illustrators, research assistants, and in some cases editors or translators.)"
description="Contributors play a secondary role in the production of this material (e.g., illustrators, research assistants, and in some cases editors or translators)."
/>
</Overridable>
</Segment>
Expand Down Expand Up @@ -366,7 +366,7 @@ const CreatorsComponent = ({config, vocabularies}) => {
autocompleteNames={config.autocomplete_names}
required
// id="InvenioAppRdm.Deposit.CreatorsField.card"
description="Creators are the primary producers of this material (e.g., authors, researchers, and in some cases editors or translators."
description="Creators are the primary producers of this material (e.g., authors, researchers, and in some cases editors or translators)."
/>
</Overridable>
</Segment>
Expand Down

0 comments on commit 0ff1fc7

Please sign in to comment.