Skip to content

Commit

Permalink
teaching qualification - hint content update
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Aug 30, 2024
1 parent e5bbe94 commit 649e1ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tag: "h1",
size: "l"
},
hint: { text: @form.t(:hint) } %>
hint: { text: t("further_education_payments.forms.teaching_qualification.hint_html") } %>

<%= f.govuk_submit %>
<% end %>
Expand Down
13 changes: 10 additions & 3 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,16 @@ en:
none: I do not teach any of these courses
teaching_qualification:
question: Do you have a teaching qualification?
hint:
Your response will be noted for future claims. If you don’t have a teaching qualification yet, make sure that
you enrol on one or complete one in the next 12 months.
hint_html: >
<p>Your response will be noted for future claims.</p>
<p>If you don’t have a teaching qualification yet, to remain eligible for a retention payment next year,
make sure you either:</p>
<p>
<ul>
<li>complete a teaching qualification in the next 12 months</li>
<li>enrol on a teaching qualification in the next 12 months</li>
</ul>
</p>
options:
"yes": "Yes"
not_yet: Not yet, I am currently enrolled on one and working towards completing it
Expand Down

0 comments on commit 649e1ff

Please sign in to comment.