Browse Source

Update warning message

pull/2484/head
Kat 9 months ago
parent
commit
e115e88cc5
  1. 2
      app/views/check_errors/confirm_clear_all_answers.html.erb

2
app/views/check_errors/confirm_clear_all_answers.html.erb

@ -9,7 +9,7 @@
</h1>
<p class="govuk-body">You've selected <%= @questions_to_clear.count %> answers to clear</p>
<%= 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| %>

Loading…
Cancel
Save