Skip to content

Commit

Permalink
Text edits for form upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jeana-adhoc committed Jan 17, 2025
1 parent c4db56d commit faeaf32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/applications/simple-forms/form-upload/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ export const MUST_MATCH_ALERT = (variant, onCloseEvent, formData) => {
) : null}
{variant === 'name-and-zip-code' ? (
<p>
If your name and zip code here don’t match your form, it will cause
processing delays.
If the name and postal code you enter here don’t match your form, it
will cause processing delays.
</p>
) : (
<p>
If the identification information you enter here don’t match your
If the identification information you enter here doesn’t match your
form, it will cause processing delays.
</p>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const IntroductionPage = ({ route }) => {
</li>
<li>Then we’ll ask you to upload your completed form.</li>
<li>
<b>Note:</b> The upload tool can <b>not</b> check for mistakes
in your form. Make sure you review your file before you submit.
<b>Note:</b> The upload tool can’t check for mistakes in your
form. Make sure you review your file before you submit.
</li>
</ul>
</div>
Expand Down

0 comments on commit faeaf32

Please sign in to comment.