diff --git a/config/locales/jobseekers.yml b/config/locales/jobseekers.yml index 43df27713d..bfa91f470f 100644 --- a/config/locales/jobseekers.yml +++ b/config/locales/jobseekers.yml @@ -340,13 +340,11 @@ en: privacy: privacy policy terms: terms and conditions description1: >- - We saved your information from the last job you applied for on Teaching Vacancies, and have added it to this - application. All you need to do now is the personal statement, the equal opportunities questions and the declarations. - description2: You can review and change this information at any point. + Your details have been imported from your last job application. + description2: You should review this information before submitting. description3: You should read the job description and application pack before beginning your application. description1_profile: >- Your details have been imported from your last job application or profile. - All you need to do now is the personal statement, the equal opportunities questions and the declarations. heading: Helping you apply quicker save_and_return: You can save your application at any point and return to it later. title: Application diff --git a/spec/system/jobseekers/prefilling_applications_spec.rb b/spec/system/jobseekers/prefilling_applications_spec.rb index 21b5f3ed67..79642a229f 100644 --- a/spec/system/jobseekers/prefilling_applications_spec.rb +++ b/spec/system/jobseekers/prefilling_applications_spec.rb @@ -64,7 +64,7 @@ click_on I18n.t("jobseekers.saved_jobs.index.apply") end - expect(page).to have_content("We saved your information from the last job you applied for") + expect(page).to have_content("Your details have been imported from your last job application") click_on I18n.t("buttons.start_application")