hof 22.0.0-timeout-warning-sign-in-beta.5 → 22.0.0-timeout-warning-sign-in-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "22.0.0-timeout-warning-sign-in-beta.5",
4
+ "version": "22.0.0-timeout-warning-sign-in-beta.6",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -177,7 +177,9 @@
177
177
  },
178
178
  "save-and-exit": {
179
179
  "header": "You have been signed out",
180
- "message": "Any answers you saved have not been affected. You can sign back in to your application at any time by returning to the <a href='/' class='govuk-link'>start page</a>."
180
+ "paragraph-1": "Your form doesn't appear to have been worked on for 30 minutes so we closed it for security.",
181
+ "paragraph-2": "Any answers you saved have not been affected.",
182
+ "paragraph-3": "You can sign back in to your application at any time by returning to the <a href='/' class='govuk-link'>start page</a>."
181
183
  }
182
184
  },
183
185
  "validation": {
@@ -65,6 +65,8 @@
65
65
  },
66
66
  "save-and-exit": {
67
67
  "header": "You have been signed out",
68
- "message": "Any answers you saved have not been affected. You can sign back in to your application at any time by returning to the <a href='/' class='govuk-link'>start page</a>."
68
+ "paragraph-1": "Your form doesn't appear to have been worked on for 30 minutes so we closed it for security.",
69
+ "paragraph-2": "Any answers you saved have not been affected.",
70
+ "paragraph-3": "You can sign back in to your application at any time by returning to the <a href='/' class='govuk-link'>start page</a>."
69
71
  }
70
72
  }
@@ -0,0 +1,19 @@
1
+ {{<layout}}
2
+ {{$journeyHeader}}
3
+ {{#t}}journey.header{{/t}}
4
+ {{/journeyHeader}}
5
+
6
+ {{$propositionHeader}}
7
+ {{> partials-navigation}}
8
+ {{/propositionHeader}}
9
+
10
+ {{$header}}
11
+ {{header}}
12
+ {{/header}}
13
+
14
+ {{$content}}
15
+ <p>{{#t}}pages.save-and-exit.paragraph-1{{/t}}</p>
16
+ <p>{{#t}}pages.save-and-exit.paragraph-2{{/t}}</p>
17
+ <p>{{#t}}pages.save-and-exit.paragraph-3{{/t}}</p>
18
+ {{/content}}
19
+ {{/layout}}