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) %>