Skip to content

Commit

Permalink
Change PGDE description
Browse files Browse the repository at this point in the history
Talked with content designer and we agreed to change these places
to follow the pattern QTS with PGDE
  • Loading branch information
tomas-stefano committed Nov 11, 2024
1 parent 7196d64 commit c5f8792
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<% when "pgde_with_qts" %>
<%= govuk_details(summary_text:) do %>
<p class="govuk-body">
A postgraduate diploma in education (PGDE) with qualified teacher status (QTS) will allow you to teach in state schools in England and may allow you to teach in other parts of the UK.
Qualified teacher status (QTS) with a postgraduate diploma in education (PGDE) will allow you to teach in state schools in England and may allow you to teach in other parts of the UK.
</p>
<p class="govuk-body">
It may also allow you to teach overseas, though you should always check what qualifications are needed in the country you’d like to teach in.
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ en:
help: "Postgraduate diploma in education"
pgde_with_qts:
label: "QTS with PGDE"
help: "Postgraduate diploma in education with qualified teacher status"
help: "Qualified teacher status with a postgraduate diploma in education"
age_range_in_years:
other:
label: "Another age range"
Expand Down Expand Up @@ -1298,7 +1298,7 @@ en:
help: "Postgraduate diploma in education"
pgde_with_qts:
label: "QTS with PGDE"
help: "Postgraduate diploma in education with qualified teacher status"
help: "Qualified teacher status with a postgraduate diploma in education"
undergraduate_degree_with_qts:
label: "Teacher degree apprenticeship (TDA) with QTS"
help: "Teacher degree apprenticeship with qualified teacher status"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/find.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ en:
pgce_with_qts:
html: <abbr title='Qualified teacher status'>QTS</abbr> with <abbr title='Postgraduate certificate in education'>PGCE</abbr>
pgde_with_qts:
html: <abbr title='Postgraduate diploma in education'>PGDE</abbr> with <abbr title='Qualified teacher status'>QTS</abbr>
html: <abbr title='Qualified teacher status'>QTS</abbr> with <abbr title='Postgraduate diploma in education'>PGDE</abbr>
pgce:
html: <abbr title='Postgraduate certificate in education'>PGCE</abbr> without <abbr title='Qualified teacher status'>QTS</abbr>
pgde:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
result = render_inline(described_class.new(course:))

expect(result.text).to include('QTS with PGDE')
expect(result.text).to include('A postgraduate diploma in education (PGDE) with qualified teacher status (QTS) will allow you to teach in state schools in England')
expect(result.text).to include('Qualified teacher status (QTS) with a postgraduate diploma in education (PGDE) will allow you to teach in state schools in England')
end
end

Expand Down

0 comments on commit c5f8792

Please sign in to comment.