Skip to content

Commit

Permalink
tweaking text for prefill applications screen
Browse files Browse the repository at this point in the history
  • Loading branch information
EllieNodder committed Jun 20, 2024
1 parent 6b0ca77 commit 648dd67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions config/locales/jobseekers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/system/jobseekers/prefilling_applications_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 648dd67

Please sign in to comment.