Skip to content

Commit

Permalink
Error message improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Jan 6, 2021
1 parent 3a33373 commit 4538f01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/DocumentForm/DocumentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ const DocumentForm = ({
<Container className="mt-3 text-danger">
<Row>
<Col>
Wondering why your upload failed? Here are some possibilities:
There was an error with your upload, please retry.
<br />
Still not working? Here are some possible reasons why your upload failed:
<ul>
<li>The file was too large.</li>
<li>The file had too many pages.</li>
Expand Down

0 comments on commit 4538f01

Please sign in to comment.