mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Add final error page texts
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -79,12 +79,12 @@
|
||||
|
||||
|
||||
<h1 class="heading-large">
|
||||
Something unexpected happened, sorry about it.
|
||||
Sorry, we’re 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>
|
||||
|
||||
Reference in New Issue
Block a user