mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 21:38:26 -04:00
Add final error page texts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en"><!--<![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<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 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]-->
|
<!--[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">
|
<h1 class="heading-large">
|
||||||
Upload file size limit reached
|
The file you uploaded was too big
|
||||||
</h1>
|
</h1>
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<p>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -79,12 +79,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Something unexpected happened, sorry about it.
|
Sorry, we’re experiencing technical difficulties
|
||||||
</h1>
|
</h1>
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<p>
|
<p>
|
||||||
We were notified about the issue, but if the problem persists feel free to contact us.
|
Try again later.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user