Skip to content

Commit d9275d2

Browse files
committed
fi reminder email update
1 parent c133f0c commit d9275d2

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

app/views/teacher_mailer/further_information_reminder.text.erb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Dear <%= application_form_full_name(@application_form) %>,
22

3-
We recently contacted you about more information needed by the assessor reviewing your QTS application.
4-
5-
We haven’t received the information requested. Your application cannot proceed without this information. If you do not respond by <%= @further_information_request.expires_at.to_date.to_fs %> then your QTS application will be declined.
3+
The assessor reviewing your QTS application needs more information.
64

75
# What you need to do
86

7+
You need to sign in to your application to submit the information.
8+
9+
This is your final opportunity to provide the required information. You must submit it by 11:59pm <%= @further_information_request.expires_at.in_time_zone('Europe/London').strftime('%Z') %> on <%= @further_information_request.expires_at.to_date.to_fs %> or your application will be declined.
10+
11+
## Signing in to your application
912
<% if FeatureFlags::FeatureFlag.active?(:gov_one_applicant_login) %>
10-
You will need to sign in to your application to see what information is needed and add it.
1113

12-
# Signing in to your application
1314
You’ll now need a GOV.UK One Login to sign in. If you don't have one you can create one, but you must use the same email as your QTS sign in to access your application.
1415

1516
[Create your GOV.UK One Login or sign in](<%= new_teacher_session_url %>)
@@ -19,7 +20,7 @@ Sign in using the link below to see what information is needed and add it.
1920
[Sign in to your application](<%= new_teacher_session_url %>)
2021
<% end %>
2122

22-
Once you respond with all the information requested, the assessor will be able to continue reviewing your application.
23+
Your application is on hold until this information is received. Once submit all the information requested, the assessor will be able to continue reviewing your application.
2324

2425
<%= render "shared/teacher_mailer/any_questions_contact" %>
2526

app/views/teacher_mailer/further_information_requested.text.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ You’ll now need a GOV.UK One Login to sign in. If you don't have one you can c
1515

1616
[Create your GOV.UK One Login or sign in](<%= new_teacher_session_url %>)
1717
<% else %>
18+
Sign in using the link below to see what information is needed and add it.
19+
1820
[Sign in to your application](<%= new_teacher_session_url %>)
1921
<% end %>
2022

0 commit comments

Comments
 (0)