Skip to content
Snippets Groups Projects
Commit 4628fa10 authored by Daniel Sandu's avatar Daniel Sandu
Browse files

feat(submissionStatement): Update copy in the confirmation modal at the end of...

feat(submissionStatement): Update copy in the confirmation modal at the end of Submit Manuscript flo
parent 5b0b887c
No related branches found
No related tags found
......@@ -79,7 +79,7 @@ const Root = styled.div`
flex-direction: column;
position: relative;
padding: calc(${th('gridUnit')} * 5);
width: calc(${th('gridUnit')} * 60);
width: calc(${th('gridUnit')} * 70);
${H2} {
margin: 0 0 ${th('gridUnit')} 0;
......
......@@ -3,24 +3,14 @@ import { ActionLink, Text, Row } from 'pubsweet-component-faraday-ui'
const SubmissionStatement = () => (
<Fragment>
<Row mb={1}>
<Row mb={1.5} mt={2}>
<Text>
This manuscript is not currently submitted to or under consideration in
any other journals.
</Text>
</Row>
<Row mb={1}>
<Text>
The submission ensures that sources are given proper attribution (the
journal employs <b>Crossref Similarity Check</b> to compare submissions
against published scholarly content. If, in the judgement of an editor,
a submission is genuinely suspected of plagiarism, it will be returned
to the author(s) with a request for explanation).
</Text>
</Row>
<Row mb={1}>
<Row mb={1.5}>
<Text>
The manuscript complies with all relevant{' '}
<ActionLink to="https://www.hindawi.com/ethics/">
......@@ -29,28 +19,13 @@ const SubmissionStatement = () => (
</Text>
</Row>
<Row mb={1}>
<Text>
If applicable - there is a Data Availability statement, containing
information about the location of any open data and materials in the
manuscript, and how others can access the data.
</Text>
</Row>
<Row mb={1}>
<Text>
A conflict of interest statement is present in the manuscript, even if
to state there is no conflict of interest.
</Text>
</Row>
<Row mb={1}>
<Row mb={3}>
<Text>
You have read and understood the{' '}
<ActionLink to="https://www.hindawi.com/terms/">
terms of service
</ActionLink>
{' & '}
</ActionLink>{' '}
and{' '}
<ActionLink to="https://www.hindawi.com/privacy/">
privacy policy
</ActionLink>{' '}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment