From 687be6691ef2b53694f16f22dba575c75f81c0c4 Mon Sep 17 00:00:00 2001 From: Louis Kirkham Date: Sat, 13 Apr 2024 10:31:35 +0100 Subject: [PATCH] Copy change to basic eligibility --- .../basic_questions/_self_contained_enterprise.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/form_award_eligibilities/basic_questions/_self_contained_enterprise.html.slim b/app/views/form_award_eligibilities/basic_questions/_self_contained_enterprise.html.slim index 4c0a462a5..62baea527 100644 --- a/app/views/form_award_eligibilities/basic_questions/_self_contained_enterprise.html.slim +++ b/app/views/form_award_eligibilities/basic_questions/_self_contained_enterprise.html.slim @@ -1,5 +1,5 @@ .question-body p.govuk-hint - ' A self-contained unit is under its own management, produces its own accounts, and markets its own products or services. + ' A self-contained unit is under its own management and produces its own accounts. = f.input :self_contained_enterprise, as: :radio_buttons, wrapper_html: { role: "radiogroup", "aria-labelledby" => "eligibility_#{question}_label", id: "eligibility_#{question}" },label_html: { class: 'visuallyhidden' } span.clear