From e115e88cc5465684422a643a3ef59f7b763738c8 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 11 Jul 2024 15:26:51 +0100 Subject: [PATCH] Update warning message --- app/views/check_errors/confirm_clear_all_answers.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/check_errors/confirm_clear_all_answers.html.erb b/app/views/check_errors/confirm_clear_all_answers.html.erb index f49ea98cd..85e936aef 100644 --- a/app/views/check_errors/confirm_clear_all_answers.html.erb +++ b/app/views/check_errors/confirm_clear_all_answers.html.erb @@ -9,7 +9,7 @@

You've selected <%= @questions_to_clear.count %> answers to clear

- <%= govuk_warning_text(text: "You will not be able to undo this action") %> + <%= govuk_warning_text(text: "Dependent answers related to this question may also get cleared. You will not be able to undo this action") %> <%= form_with model: @log, url: send("#{@log.model_name.param_key}_#{@page.id}_path", @log), method: "post", local: true do |f| %> <% @related_question_ids.each do |id| %>