Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EL-1012: Make self-employment text more visible #796

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/views/start/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@

h2.govuk-heading-m = t(".client_types")
- if FeatureFlags.enabled?(:special_applicant_groups)
- unless FeatureFlags.enabled?(:self_employed)
h3.govuk-heading-s = t(".self_employment")
p.govuk-body = t(".unacceptable_client_explanation")
h3.govuk-heading-s = t(".unacceptable_client_heading_under_18")
p.govuk-body
- t(".unacceptable_client_explanation_under_18_html").each
p.govuk-body = _1
- if FeatureFlags.enabled?(:self_employed)
h3.govuk-heading-s = t(".unacceptable_client_heading_company_director")
p.govuk-body = t(".unacceptable_client_explanation_company_director")
- else
p.govuk-body = t(".unacceptable_client_explanation")

- else
p.govuk-body = t(".legacy_unacceptable_client_explanation")
Expand Down
5 changes: 3 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1877,15 +1877,16 @@ en:
only_for_legal_aid_providers_html: You can only use this service if you give legal advice or provide legal services. %{link} as an individual.
check_if_you_can_get_legal_aid: Check if you can get legal aid
partner_living_outside_uk_html: If your client or their partner live outside the UK, you should <a href='https://www.bankofengland.co.uk/boeapps/database/Rates.asp?Travel=NIxIRx&into=GBP' target='_blank'>convert their financial information into Sterling</a> before completing this check.
unacceptable_client_explanation: You cannot use this service if your client (or their partner) is self-employed
self_employment: Self-employment
unacceptable_client_explanation: You cannot use this service if your client (or their partner) is self-employed.
unacceptable_client_heading_company_director: "Company directors"
unacceptable_client_explanation_company_director: "You cannot use this service for a certificated check if your client (or their partner) is a self-employed director."
legacy_unacceptable_client_explanation: "You cannot use this service if your client (or their partner) is:"
legacy_unacceptable_client_types:
- self employed
- in the armed forces
unacceptable_client_heading_under_18: "Clients under 18"
unacceptable_client_explanation_under_18_html:
unacceptable_client_explanation_under_18_html:
- For controlled work, the finances of applicants under 18 are only assessed if they are maintained or cared for by somebody who can also be included in the means assessment. Page 32 of the <a href='https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1157029/Lord_Chancellor_s_guide_to_determining_financial_eligibility_for_controlled_work_and_family_mediation_May_2023.pdf#page=32' target='_blank'>Lord Chancellor’s guidance (opens in a new tab)</a> has more details about how to assess a child’s means.
- For certificated work, see page 94 of the <a href='https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1157030/Lord_Chancellor_s_guide_to_determining_financial_eligibility_for_certificated_work_May_2023__002_.pdf#page=94' target='_blank'>Lord Chancellor’s guidance (opens in a new tab)</a> for more details about when and how to assess a child’s means.
case_types: Case types
Expand Down
Loading