Skip to content

Commit

Permalink
fixing error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDohDWP committed Dec 16, 2024
1 parent 9936bdf commit fe6cee0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/views/evidence/error/upload-evidence/empty-file.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a href="#UK-yes">Empty file</a>
<a href="#UK-yes">The selected file is empty</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/evidence/error/upload-evidence/file-too-big.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a href="#UK-yes">File too big</a>
<a href="#UK-yes">The selected file must be smaller than 10MB</a>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a href="#UK-yes">General problem</a>
<a href="#UK-yes">The selected file could not be uploaded - try again</a>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a href="#UK-yes">Password protected</a>
<a href="#UK-yes">The selected file is password protected</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/evidence/error/upload-evidence/virus.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a href="#UK-yes">Virus</a>
<a href="#UK-yes">The selected file contains a virus</a>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="govuk-error-summary__body">
<ul class="govuk-list govuk-error-summary__list">
<li>
<a href="#UK-yes">Wrong file type</a>
<a href="#UK-yes">The selected file must be a JPG, JPEG, HEIC, HEIF, BMP, PNG, TIF or PDF</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit fe6cee0

Please sign in to comment.