Skip to content

Commit

Permalink
fix: change collaborating institutions to External Collaborators (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois authored Apr 26, 2023
1 parent cb6f847 commit 6db26e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dar_application/DataAccessRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function DataAccessRequest(props) {
disabled: readOnlyMode,
validators: [FormValidators.REQUIRED],
validation: validation.projectTitle,
description: 'Please note that coordinated requests by collaborating institutions should each use the same title.',
description: 'Please note that coordinated requests by External Collaborators should each use the same title.',
id: 'projectTitle',
placeholder: 'Project Title',
defaultValue: formData.projectTitle,
Expand Down

0 comments on commit 6db26e7

Please sign in to comment.