diff --git a/app/views/date_of_birth/edit.html.erb b/app/views/date_of_birth/edit.html.erb index 8203019b7..086020737 100644 --- a/app/views/date_of_birth/edit.html.erb +++ b/app/views/date_of_birth/edit.html.erb @@ -8,7 +8,7 @@ <%= f.govuk_date_field( :date_of_birth, date_of_birth: true, - legend: { tag: 'h1', size: 'xl', text: 'Your date of birth' }, + legend: { tag: 'h1', size: 'xl', text: 'What is your date of birth?' }, hint: { text: 'For example, 27 3 1987' } ) %> diff --git a/app/views/email/edit.html.erb b/app/views/email/edit.html.erb index fafc6036b..a24bb80eb 100644 --- a/app/views/email/edit.html.erb +++ b/app/views/email/edit.html.erb @@ -5,7 +5,7 @@ <%= f.govuk_error_summary %> <%= f.govuk_email_field( :email, - label: { tag: 'h1', size: 'xl', text: 'Your email address' }, + label: { tag: 'h1', size: 'xl', text: 'What is your email address' }, hint: { text: 'If we can find your TRN, we’ll send it to the email address you give.' } ) %> diff --git a/app/views/itt_providers/edit.html.erb b/app/views/itt_providers/edit.html.erb index 347d65c6d..8cb2fdebc 100644 --- a/app/views/itt_providers/edit.html.erb +++ b/app/views/itt_providers/edit.html.erb @@ -3,7 +3,7 @@ <%= form_with model: @itt_provider_form, url: itt_provider_path do |f| %> <%= f.govuk_error_summary %> - <%= f.govuk_radio_buttons_fieldset(:itt_provider_enrolled, legend: { tag: 'h1', size: 'xl', text: 'Did a university, SCITT or school award your QTS?' }) do %> + <%= f.govuk_radio_buttons_fieldset(:itt_provider_enrolled, legend: { tag: 'h1', size: 'l', text: 'Did a university, School Centred Initial Teacher Training (SCITT) provider or school award your QTS?' }) do %> <%= f.govuk_radio_button :itt_provider_enrolled, true, label: { text: 'Yes' }, link_errors: true do %> <% if FeatureFlag.active?(:use_dqt_api_itt_providers) %> <%= render DfE::Autocomplete::View.new( @@ -16,7 +16,7 @@ f.object.itt_provider_name, ), label: { text: 'Where did you get your QTS?', class: 'govuk-label govuk-label--s' }, - hint: { text: 'Your university, SCITT, school or other training provider' }, + hint: { text: 'Enter your university, SCITT, school or other training provider' }, ) ) %> <% else %> diff --git a/app/views/name/edit.html.erb b/app/views/name/edit.html.erb index 998429f0d..49b15cc09 100644 --- a/app/views/name/edit.html.erb +++ b/app/views/name/edit.html.erb @@ -7,10 +7,10 @@ <%= f.govuk_error_summary %>
Use the name on your official documents, such as your passport.
+Use the name on your official documents, such as your passport, driving licence or birth certificate
<%= f.govuk_text_field(:first_name, label: { size: 's', text: 'First name' }, diff --git a/app/views/pages/you_dont_have_a_trn.html.erb b/app/views/pages/you_dont_have_a_trn.html.erb index f62b26729..aaa570bc0 100644 --- a/app/views/pages/you_dont_have_a_trn.html.erb +++ b/app/views/pages/you_dont_have_a_trn.html.erb @@ -8,7 +8,7 @@If you’re eligible for a TRN in England, you should be allocated one automatically by the Teaching Regulation Agency or Capita Teachers’ Pensions.
-If you do not have a TRN but need one to do a national professional qualification (NPQ), you can <%= govuk_link_to "request a TRN", "https://www.gov.uk/guidance/teacher-reference-number-trn" %>.
+If you do not have a TRN but need one to do an NPQ, you can <%= govuk_link_to "request a TRN", "https://www.gov.uk/guidance/teacher-reference-number-trn" %>.
You need a TRN to:
@@ -16,7 +16,7 @@