Skip to content

Commit f30039d

Browse files
authored
Remove period (#5026)
1 parent fed6511 commit f30039d

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/appShell/App/usageAgreements/StudyAgreement.tsx

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,17 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
2929
alertMessage={
3030
<>
3131
<span style={{ color: 'red' }}>Attention:</span>
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>.
32+
&nbsp;Please read and follow the{' '}
33+
<a
34+
target="_blank"
35+
href={
36+
'https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1'
37+
}
38+
>
39+
rules about usage of MSK clinical sequencing data in
40+
manuscripts
41+
</a>
42+
.
3443
</>
3544
}
3645
dismissButtonText={'Acknowledge'}
@@ -57,13 +66,13 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) {
5766
public cBioPortal.
5867
</>,
5968
<>
60-
I have read and agree to the {' '}
69+
I have read and agree to the{' '}
6170
<a
6271
href="https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1"
6372
target="_blank"
6473
>
65-
MSK-IMPACT Research Data Governance
66-
publication guidelines.
74+
MSK-IMPACT Research Data Governance publication
75+
guidelines
6776
</a>
6877
.
6978
</>,

0 commit comments

Comments
 (0)