From 0041b5fd465bb8eb2cbdc6cc8ed193bfe2d611a9 Mon Sep 17 00:00:00 2001 From: Bogdan Cochior <bogdan.cochior@thinslices.com> Date: Wed, 29 Aug 2018 09:44:05 +0300 Subject: [PATCH] style(submission): update text copy --- packages/component-faraday-ui/src/WizardFiles.js | 2 +- packages/component-wizard/src/components/StepOne.js | 4 ++-- packages/component-wizard/src/components/StepTwo.js | 2 +- .../component-wizard/src/components/SubmissionStatement.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/component-faraday-ui/src/WizardFiles.js b/packages/component-faraday-ui/src/WizardFiles.js index ca5112d51..c7d2b2d57 100644 --- a/packages/component-faraday-ui/src/WizardFiles.js +++ b/packages/component-faraday-ui/src/WizardFiles.js @@ -56,7 +56,7 @@ const WizardFiles = ({ onFileDrop={addFile('supplementary')} onFilePick={addFile('supplementary')} onPreview={previewFile} - title="Supplementary Files" + title="Supplemental Files" /> </Fragment> ) diff --git a/packages/component-wizard/src/components/StepOne.js b/packages/component-wizard/src/components/StepOne.js index a251ed95a..6c8265707 100644 --- a/packages/component-wizard/src/components/StepOne.js +++ b/packages/component-wizard/src/components/StepOne.js @@ -9,8 +9,8 @@ const StepOne = () => ( <CustomH2>1. Pre-Submission Checklist</CustomH2> <Row mb={2}> <Text align="center" secondary> - Before continuing please make sure you have all the required files - prepared and have reviewed the items on the list below: + Before moving forward, please make sure you have all the required files + prepared and have reviewed the items on the list below. </Text> </Row> <Row alignItems="center" justify="flex-start" mb={1}> diff --git a/packages/component-wizard/src/components/StepTwo.js b/packages/component-wizard/src/components/StepTwo.js index 71c6ad520..f1e328f9f 100644 --- a/packages/component-wizard/src/components/StepTwo.js +++ b/packages/component-wizard/src/components/StepTwo.js @@ -119,7 +119,7 @@ export default StepTwo const ConflictsTooltip = () => ( <TooltipText> When an author, editor, or reviewer has a financial/personal interest or - belief that could affest his/her objectivity, or inappropriately influence + belief that could affect his/her objectivity, or inappropriately influence his/her actions, a potential conflict of interest exists. <MoreInfoLink href="https://www.hindawi.com/editors/coi/" diff --git a/packages/component-wizard/src/components/SubmissionStatement.js b/packages/component-wizard/src/components/SubmissionStatement.js index a2fd2b30f..1180116f5 100644 --- a/packages/component-wizard/src/components/SubmissionStatement.js +++ b/packages/component-wizard/src/components/SubmissionStatement.js @@ -39,8 +39,8 @@ const SubmissionStatement = () => ( <Row mb={1}> <Text> - A Conflicts of Interest statement is present in the manuscript, even if - to state there are no conflicts of interest. + A conflict of interest statement is present in the manuscript, even if + to state there is no conflict of interest. </Text> </Row> -- GitLab