diff --git a/packages/component-faraday-ui/src/WizardFiles.js b/packages/component-faraday-ui/src/WizardFiles.js
index ca5112d5187c7058ec95cf920a7e5800acf4041a..c7d2b2d57062634aa698fd943628b584787de6c4 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 a251ed95af09f883b2f2101e47d524d9b3f431be..6c8265707c82260a5f1c9318dffb3c6ebb5bab45 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 71c6ad520c544f057a16df405c5ae03696d6da27..f1e328f9f7c7cc2e2f064f30d9c7a8d4167f68f8 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 a2fd2b30fe461358b59b7eee67eed682bcd3ffd1..1180116f5cf9951dac548ce7a3109f2a352289d9 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>