Skip to content

Commit b21e8e4

Browse files
committed
fix: correct typo in modal instructions for submission process
1 parent 1aaf29b commit b21e8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/submission_form/src/components/modals/MainModals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const SectionsNotCompletedModal = (props) => {
103103
<Modal.Title id="contained-modal-title-lg">Incomplete Sections</Modal.Title>
104104
</Modal.Header>
105105
<Modal.Body>
106-
You need to complete the following sections before ckicking the "finish and Submit" button:
106+
You need to complete the following sections before clicking the "Finish and Submit" button:
107107
<ul>
108108
{[...props.sections].map(item => <li>{item}</li>)}
109109
</ul>

0 commit comments

Comments
 (0)