Add final error page texts

This commit is contained in:
bandesz
2016-09-12 16:49:52 +01:00
parent 15fd390432
commit d11c7e08c2
2 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en"><!--<![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GOV.UK Notify - Upload file size limit reached</title>
<title>GOV.UK Notify - The file you uploaded was too big</title>
<!--[if gt IE 8]><!--><link href="/static/stylesheets/govuk-template.css" media="screen" rel="stylesheet"><!--<![endif]-->
<!--[if IE 6]><link href="/static/stylesheets/stylesheets/govuk-template-ie6.css?0.18.0" media="screen" rel="stylesheet" /><![endif]-->
@@ -79,12 +79,15 @@
<h1 class="heading-large">
Upload file size limit reached
The file you uploaded was too big
</h1>
<div class="grid-row">
<div class="column-two-thirds">
<p>
The files you were trying to upload were too big, please try again with smaller files.
Files must be smaller than 5 MB.
</p>
<p>
<a href="javascript: history.go(-1)">Go back and try again.</a>
</p>
</div>
</div>

View File

@@ -79,12 +79,12 @@
<h1 class="heading-large">
Something unexpected happened, sorry about it.
Sorry, were experiencing technical difficulties
</h1>
<div class="grid-row">
<div class="column-two-thirds">
<p>
We were notified about the issue, but if the problem persists feel free to contact us.
Try again later.
</p>
</div>
</div>