From f03ccbb9981851c757243188bfd7b954e840f19f Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 25 Apr 2022 17:59:16 +0100 Subject: [PATCH] Use inset text component --- app/views/form/check_answers.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/form/check_answers.html.erb b/app/views/form/check_answers.html.erb index d38cb1f0a..acee55f7c 100644 --- a/app/views/form/check_answers.html.erb +++ b/app/views/form/check_answers.html.erb @@ -13,9 +13,7 @@ <% if subsection.id == "setup" && subsection.status(@case_log) == :completed %> -
- Changing these answers might remove answers you've already given in other sections. -
+ <%= govuk_inset_text(text: "Changing these answers might remove answers you’ve already given in other sections.") %> <% end %> <%= display_answered_questions_summary(subsection, @case_log) %>