Skip to content

Commit

Permalink
Update add another qualification content
Browse files Browse the repository at this point in the history
This adds new content related to the add another qualification page as
requested by our content designer.
  • Loading branch information
thomasleese committed Feb 27, 2024
1 parent 2d95bcf commit 0e8fe55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

<span class="govuk-caption-l"><%= I18n.t("application_form.tasks.sections.qualifications") %></span>

<%= f.govuk_collection_radio_buttons :add_another,
[OpenStruct.new(value: :true), OpenStruct.new(value: :false)],
:value,
legend: { tag: "h1", size: "l" } %>
<%= f.govuk_collection_radio_buttons :add_another, %i[true false], :itself, legend: { tag: "h1", size: "l" } %>

<%= f.govuk_submit %>
<% end %>
8 changes: 4 additions & 4 deletions config/locales/helpers.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ en:
teacher:
email: We’ll use this to send you an email with a link to continue with your QTS application. Do not use a work or university email that you might lose access to.
teacher_interface_add_another_qualification_form:
add_another: You can use the next section to tell us about additional degrees if you want to.
add_another: Add another degree or qualification if they are related to your teaching career. For example, to show you are qualified to teach a particular subject.
teacher_interface_alternative_name_form:
has_alternative_name: If your name appears differently on your ID documents or qualifications you need to upload proof of your name change, for example, your marriage or civil partnership certificate.
alternative_given_names: Enter your full name apart from your family name
Expand Down Expand Up @@ -165,8 +165,8 @@ en:
email: Email address
teacher_interface_add_another_qualification_form:
add_another_options:
true: "Yes"
false: "No"
true: Yes, I want to add another qualification
false: No, I don’t want to add another qualification
teacher_interface_add_another_work_history_form:
add_another_options:
true: "Yes"
Expand Down Expand Up @@ -301,7 +301,7 @@ en:
eligibility_interface_work_experience_form:
work_experience: How long have you worked as a recognised teacher?
teacher_interface_add_another_qualification_form:
add_another: Add another qualification?
add_another: Do you want to add another qualification?
teacher_interface_add_another_work_history_form:
add_another: Add another role?
teacher_interface_alternative_name_form:
Expand Down

0 comments on commit 0e8fe55

Please sign in to comment.