You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/views/certificates/secondary_certificate/_achievement_list.en.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ en:
6
6
title:
7
7
html: "<strong>Participate in professional development</strong>"
8
8
all_courses_button: "View and book courses"
9
-
any_course_prompt: "Complete one full day course of a combination of short courses that amounts to 6+ hours of professional development. Please note that the CPD must be part of the Teach secondary certificate."
9
+
any_course_prompt: "Complete one full day course or a combination of short courses that amounts to 6+ hours of professional development. Please note that the CPD must be part of the Teach secondary certificate."
Copy file name to clipboardExpand all lines: spec/views/certificates/secondary-certificate/show.html_spec.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
end
43
43
44
44
it"has the expected section titles"do
45
-
expect(rendered).tohave_text("Complete one full day course of a combination of short courses that amounts to 6+ hours of professional development. Please note that the CPD must be part of the Teach secondary certificate.")
45
+
expect(rendered).tohave_text("Complete one full day course or a combination of short courses that amounts to 6+ hours of professional development. Please note that the CPD must be part of the Teach secondary certificate.")
46
46
expect(rendered).tohave_text("Choose at least one activity to a group name",count: 2)
0 commit comments