Skip to content

Commit c467c56

Browse files
committed
Fixing email content to remove f2f references and aligning the text version
1 parent 5f4c0d7 commit c467c56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/views/achievement_mailer/completed_course.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p class='govuk-body'>Hello <%= @user.first_name %>,</p>
33

44
<p class='govuk-body'>Thanks for engaging with the KS3 and GCSE Computer Science subject knowledge certificate. You're making great progress towards achieving your subject knowledge certificate.</p>
5-
<p class='govuk-body'>Once you have completed your next face to face or remote course, you will have reached ten hours of CPD and become <b>eligible to take the test and achieve your qualification.</b></p>
5+
<p class='govuk-body'>Once you have completed your next course, you will have reached ten hours of CPD and become <b>eligible to take the test and achieve your qualification.</b></p>
66
<h3 class="govuk-heading-s">Next steps</h3>
77
<p class='govuk-body'>Choose from any of our computer science subject knowledge courses.</p>
88
<%= link_to 'Browse all courses', courses_url(certificate: 'subject-knowledge', emailTrigger: 'CSA4'), class: 'govuk-button button' %>

app/views/achievement_mailer/completed_course.text.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Hello <%= @user.first_name %>,
22

33
Thanks for engaging with the KS3 and GCSE Computer Science subject knowledge certificate. You're making great progress towards achieving your subject knowledge certificate.
44

5+
Once you have completed your next course, you will have reached ten hours of CPD and become eligible to take the test and achieve your qualification.
6+
57
Next steps
68

79
Choose from any of our computer science subject knowledge courses.

0 commit comments

Comments
 (0)