metadata_presenter 3.3.1 → 3.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 811591ba1c3e16e8f8c7e7062cd5088d149671eb508545a63910043bfef5097a
4
- data.tar.gz: ea80871be948b55672e04fa3f119cb98db5b46ab49ab0f89ee08b0bca8efa69e
3
+ metadata.gz: 6b4dbad514bcffef84647d078cffbf0780d9913b2432f2ae2f9b266105017766
4
+ data.tar.gz: a4e7481c08379633df45023fe4f3bce5296086a8328b3d3306afc3f11a36ad20
5
5
  SHA512:
6
- metadata.gz: b38761b8abc5c76489910754bc653c4bf712d201a7897ab6f42657a946247c2bf148b275c3a53e71e1b511207f6b02e728d72ac4ebcf829f2db84aab4c865ec0
7
- data.tar.gz: 8a7ea78571b1e2a18dacc33c9f8718ada793d333426a68c3e8da9822f142ec78d6e945e99cb2c9e42051e0c5fb77b11410a7fadaeb7a23d6763b8068716a5abd
6
+ metadata.gz: a4caff0ac656b1356984b11588c402ead85557c3a3eff89219e6bf41ebc69fde21c61373827f28d90670a795bd61295f2d33d65cac919afaf27de92cfef17331
7
+ data.tar.gz: 2aa8c5a38417c2a2e0d65a7892bc9413526539364e080e002b16a2df88a33384127a74f46f6c6fe8ad507ec5777c861688ebcc9bbc5f0fe787627a85e93d31d8
@@ -5,7 +5,6 @@
5
5
  data-minutes-modal-visible="5"
6
6
  data-url-redirect="/session/reset"
7
7
  data-timer-text="<%= t('presenter.session_timeout_warning.timer') %>"
8
- data-timer-extra-text="<%= t('presenter.session_timeout_warning.timer_extra') %>"
9
8
  data-timer-redirect-text="<%= t('presenter.session_timeout_warning.redirect') %>">
10
9
 
11
10
  <div id="timeout-warning-modal"
@@ -22,9 +22,8 @@ en:
22
22
  maintenance_page_content: "If you were in the middle of completing the form, your data has not been saved.\r\n\r\nThe form will be available again from 9am on Monday 19 November 2018.\r\n\r\n\r\n\r\n### Other ways to apply\r\n\r\nContact us if your application is urgent \r\n\r\nEmail: \r\nTelephone: \r\nMonday to Friday, 9am to 5pm \r\n[Find out about call charges](https://www.gov.uk/call-charges)"
23
23
  session_timeout_warning:
24
24
  heading: Do you need more time?
25
- timer: We will reset your form and clear your answers if you do not continue in
26
- timer_fallback: We will reset your form if you do not complete the page and press continue by
27
- timer_extra: This is to protect your personal information.
25
+ timer: We will reset your form and delete your information if you do not continue in
26
+ timer_fallback: We will reset your form and delete your information if you do not complete the page and press continue by
28
27
  redirect: You are about to be redirected
29
28
  close_button: Close
30
29
  button: Continue
@@ -1,3 +1,3 @@
1
1
  module MetadataPresenter
2
- VERSION = '3.3.1'.freeze
2
+ VERSION = '3.3.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metadata_presenter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoJ Forms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-08 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_design_system_formbuilder