From 12195db32a93c4a7b5e5434d9294e142e9b32262 Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Wed, 29 Nov 2023 11:09:52 +0000 Subject: [PATCH] Update content on decline email This updates the content shown when we decline due to the work history. --- lib/tasks/application_forms.rake | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/tasks/application_forms.rake b/lib/tasks/application_forms.rake index 68843b2ae3..b27f150b38 100644 --- a/lib/tasks/application_forms.rake +++ b/lib/tasks/application_forms.rake @@ -60,13 +60,13 @@ namespace :application_forms do key: FailureReasons::WORK_HISTORY_DURATION, assessor_feedback: "You have added at least one teaching role that started before you " \ - "were recognised as a teacher.\n\nWe do not accept teaching work " \ - "experience that was gained before you were recognised as a " \ - "teacher.\n\nThis means you have less than 9 months eligible teaching " \ - "work history and are not eligible for QTS.\n\nYou can reapply for " \ - "QTS once you have gained more teaching work experience. If you have " \ - "this experience already, you can reapply and provide evidence of " \ - "this as part of your new application.", + "qualified as a teacher.\n\nWe do not accept teaching work experience " \ + "that was gained before you qualified as a teacher.\n\nThis means you " \ + "have less than 9 months eligible teaching work history and are not " \ + "eligible for QTS.\n\nYou can reapply for QTS once you have gained " \ + "more teaching work experience. If you have this experience already, " \ + "you can reapply and provide evidence of this as part of your new " \ + "application.", ) application_form.reload