We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaf29b commit b21e8e4Copy full SHA for b21e8e4
src/frontend/submission_form/src/components/modals/MainModals.js
@@ -103,7 +103,7 @@ export const SectionsNotCompletedModal = (props) => {
103
<Modal.Title id="contained-modal-title-lg">Incomplete Sections</Modal.Title>
104
</Modal.Header>
105
<Modal.Body>
106
- You need to complete the following sections before ckicking the "finish and Submit" button:
+ You need to complete the following sections before clicking the "Finish and Submit" button:
107
<ul>
108
{[...props.sections].map(item => <li>{item}</li>)}
109
</ul>
0 commit comments