diff --git a/app/views/static_pages/accessibility_statement.html.erb b/app/views/static_pages/accessibility_statement.html.erb index 2dfbee2277..32f9db896f 100644 --- a/app/views/static_pages/accessibility_statement.html.erb +++ b/app/views/static_pages/accessibility_statement.html.erb @@ -99,7 +99,10 @@

- This statement was prepared on <%= I18n.t("#{journey::I18N_NAMESPACE}.accessibility_statement.prepared_date") %>. It was last updated on <%= I18n.t("#{journey::I18N_NAMESPACE}.accessibility_statement.updated_date") %> + This statement was prepared on <%= I18n.t("#{journey::I18N_NAMESPACE}.accessibility_statement.prepared_date") %>. + <% if I18n.exists?("#{journey::I18N_NAMESPACE}.accessibility_statement.updated_date") %> + It was last updated on <%= I18n.t("#{journey::I18N_NAMESPACE}.accessibility_statement.updated_date") %> + <% end %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index e47480cc81..c0615b4693 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1208,9 +1208,8 @@ en: btn_text: Accept and send further_education_payments_provider: accessibility_statement: - test_date: "28 July 2022" - prepared_date: "31 July 2019" - updated_date: "28 July 2022" + test_date: "20 September 2024" + prepared_date: "24 September 2024" journey_name: Claim a targeted retention incentive payment for further education teachers - provider feedback_email: "FE-targeted.retention-incentive@education.gov.uk" support_email_address: "FE-targeted.retention-incentive@education.gov.uk"