Skip to content

Commit dc6b4c4

Browse files
committed
Content fix
1 parent 20c6fce commit dc6b4c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/views/assessor_interface/assessments/edit_prioritisation.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p class="govuk-body">Select Confirm decision to:</p>
1818
<ul class="govuk-list govuk-list--bullet">
1919
<li>email the applicant to confirm their application is being prioritised</li>
20-
<li>move this application to assessment</li>
20+
<li>flag this application as prioritised</li>
2121
</ul>
2222
<% else %>
2323
<p class="govuk-body">You have indicated that this applicant doesn’t have any work history in England that meets the criteria for prioritisation.</p>
@@ -65,7 +65,7 @@
6565
<p class="govuk-body">Select Confirm decision to:</p>
6666
<ul class="govuk-list govuk-list--bullet">
6767
<li>email the applicant to confirm their application is not valid for prioritisation</li>
68-
<li>move this application to assessment</li>
68+
<li>assess the application within our standard timelines</li>
6969
</ul>
7070
<% end %>
7171

app/views/teacher_mailer/application_not_prioritised.text.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We require you to be qualified to teach:
2424
- children aged 11 to 16
2525
- one or more specific subjects including Maths, Science, Biology, Chemistry, Physics, French, German, Italian, Japanese, Latin, Mandarin, Russian, Spanish
2626

27-
We do not accept related subjects, for example economics instead of maths, agricultural science instead of biology or engineering instead of physics
27+
We do not accept related subjects, for example economics instead of maths, agricultural science instead of biology or engineering instead of physics.
2828

2929
<% if @application_form.teaching_authority_provides_written_statement %>
3030
If initial checks are passed you will need to request a <%= region_certificate_name(@application_form.region) %> from <%= region_teaching_authority_name_phrase(@application_form.region) %>.

0 commit comments

Comments
 (0)