Skip to content

Commit fed6511

Browse files
authored
Update StudyAgreement.tsx text (#5025)
1 parent f73ce35 commit fed6511

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/appShell/App/usageAgreements/StudyAgreement.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
2929
alertMessage={
3030
<>
3131
<span style={{ color: 'red' }}>Attention:</span>
32-
&nbsp;Please read and follow the rules about usage of MSK
33-
clinical sequencing data in manuscripts.
32+
&nbsp;Please read and follow the <a target="_blank" href={'https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1'}>rules about usage of MSK
33+
clinical sequencing data in manuscripts</a>.
3434
</>
3535
}
3636
dismissButtonText={'Acknowledge'}
@@ -57,12 +57,12 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
5757
public cBioPortal.
5858
</>,
5959
<>
60-
I have read the{' '}
60+
I have read and agree to the {' '}
6161
<a
6262
href="https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1"
6363
target="_blank"
6464
>
65-
I have read the MSK-IMPACT Research Data Governance
65+
MSK-IMPACT Research Data Governance
6666
publication guidelines.
6767
</a>
6868
.

0 commit comments

Comments
 (0)