diff --git a/app/views/steps/address/lookup/edit.html.erb b/app/views/steps/address/lookup/edit.html.erb index 1879730ba..9de7c16f9 100644 --- a/app/views/steps/address/lookup/edit.html.erb +++ b/app/views/steps/address/lookup/edit.html.erb @@ -10,7 +10,7 @@

<%=t @form_object.heading %>

<%= step_form @form_object, data: { module: 'multi-action-form' } do |f| %> - <%= f.govuk_text_field :postcode, autocomplete: 'off', width: 'one-third' %> + <%= f.govuk_text_field :postcode, label: { tag: 'h2', size: 'm' }, autocomplete: 'off', width: 'one-third' %>

<%= link_to t('.manual_entry'), edit_steps_address_details_path %> diff --git a/config/locales/en/helpers.yml b/config/locales/en/helpers.yml index 677f13f58..08fcb14da 100644 --- a/config/locales/en/helpers.yml +++ b/config/locales/en/helpers.yml @@ -91,7 +91,7 @@ en: steps_client_relationship_status_form: relationship_status: What is your client's relationship status? steps_partner_relationship_form: - relationship_to_partner: What is the client’s relationship to their partner? + relationship_to_partner: What is your client’s relationship to their partner? steps_partner_details_form: date_of_birth: Date of birth steps_partner_involvement_form: @@ -397,6 +397,9 @@ en: steps_client_details_form: other_names: This includes aliases, nicknames or other names your client may be known as. date_of_birth: For example, 27 3 2007 + steps_partner_details_form: + other_names: This includes aliases, nicknames or other names they may be known as. + date_of_birth: For example, 27 3 2007 steps_client_appeal_details_form: appeal_lodged_date: For example, 27 3 2007 appeal_original_app_submitted: This is the case with the outcome your client wants to appeal. diff --git a/config/locales/en/steps.yml b/config/locales/en/steps.yml index 991a3cfe7..c629efe70 100644 --- a/config/locales/en/steps.yml +++ b/config/locales/en/steps.yml @@ -82,11 +82,11 @@ en: partner: relationship: edit: - page_title: What is the client’s relationship to their partner? + page_title: What is your client’s relationship to their partner? details: edit: - page_title: Enter the partner’s details - heading: Enter the partner’s details + page_title: The partner’s details + heading: The partner’s details full_name_legend: Partner’s full name nino: edit: @@ -158,10 +158,10 @@ en: home_address: Partner’s home address heading: applicant: - home_address: Enter the address where your client usually lives + home_address: Enter the client's usual home address correspondence_address: Enter your client’s correspondence address partner: - home_address: Enter the address where the partner usually lives + home_address: Enter the partner's usual home address manual_entry: Enter address manually results: edit: @@ -173,10 +173,10 @@ en: home_address: Partner’s home address selection heading: applicant: - home_address: Enter the address where your client usually lives + home_address: Enter the client's usual home address correspondence_address: Enter your client’s correspondence address partner: - home_address: Enter the address where the partner usually lives + home_address: Enter the partner's usual home address current_postcode: Postcode change_postcode_html: Change postcode address_not_listed: I can’t find the address in the list diff --git a/spec/support/shared_contexts/means_tested_with_partner.rb b/spec/support/shared_contexts/means_tested_with_partner.rb index 97a7ab79c..58c8a1cf9 100644 --- a/spec/support/shared_contexts/means_tested_with_partner.rb +++ b/spec/support/shared_contexts/means_tested_with_partner.rb @@ -49,7 +49,7 @@ save_and_continue # steps/client/client_relationship_to_partner - choose_answer('What is the client’s relationship to their partner?', 'Living together') + choose_answer('What is your client’s relationship to their partner?', 'Living together') save_and_continue # steps/partner/partner_details diff --git a/spec/system/applying/full_means_assessment/employed_client_with_self_employed_partner_spec.rb b/spec/system/applying/full_means_assessment/employed_client_with_self_employed_partner_spec.rb index 5e40900ce..bc915c1b7 100644 --- a/spec/system/applying/full_means_assessment/employed_client_with_self_employed_partner_spec.rb +++ b/spec/system/applying/full_means_assessment/employed_client_with_self_employed_partner_spec.rb @@ -51,7 +51,7 @@ save_and_continue # steps/client/client_relationship_to_partner - choose_answer('What is the client’s relationship to their partner?', 'Living together') + choose_answer('What is your client’s relationship to their partner?', 'Living together') save_and_continue # steps/partner/partner_details