Skip to content

Commit a107b9b

Browse files
committed
fix(ui): update modal text for clarity and improved user guidance
1 parent dfa5ed7 commit a107b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ export const WelcomeModal = (props) => {
3333
</Modal.Header>
3434
<Modal.Body>
3535
<p>
36-
Thank you for filling out this form. By doing so, you are helping us incorporate your data into WormBase in a timely fashion.
36+
Thank you for filling out this form. By doing so, you are helping us incorporate your data into the <a href="https://www.alliancegenome.org" target="_blank" rel="noopener noreferrer">Alliance of Genome Resources</a> in a timely fashion.
3737
</p>
3838
<p>
39-
Please review the information presented in each page of the form. If needed, you may revise what is there or add more information.
39+
Please review the information presented in each page of the form. If needed, you may revise the information presented by adding or removing information.
4040
</p>
4141
<p>
42-
To save the data entered in each page and move to the next, click 'Save and continue'. You can return to each page any time. When you are finished, please click on 'Finish and Submit' on the last page.
42+
To save the data entered in each page and move to the next, click 'Save and go to next section'. You can return to each page any time. When you are finished, please click on 'Finish and Submit' on the last page.
4343
</p>
4444
</Modal.Body>
4545
<Modal.Footer>

0 commit comments

Comments
 (0)