Skip to content

Commit 6566ec7

Browse files
committed
Fixing typo
1 parent aec1f68 commit 6566ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/locales/views/certificates/secondary_certificate/_achievement_list.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ en:
66
title:
77
html: "<strong>Participate in professional development</strong>"
88
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."

spec/views/certificates/secondary-certificate/show.html_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
end
4343

4444
it "has the expected section titles" do
45-
expect(rendered).to have_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).to have_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.")
4646
expect(rendered).to have_text("Choose at least one activity to a group name", count: 2)
4747
end
4848

0 commit comments

Comments
 (0)