From 8e31c5ad2288d9086d9b0733443c0c3dfae8734e Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 24 Apr 2023 16:12:29 +0100 Subject: [PATCH] Fix button wording --- app/views/form/_interruption_screen_question.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/form/_interruption_screen_question.html.erb b/app/views/form/_interruption_screen_question.html.erb index bae2124d6..155a80650 100644 --- a/app/views/form/_interruption_screen_question.html.erb +++ b/app/views/form/_interruption_screen_question.html.erb @@ -49,7 +49,7 @@ <%= f.hidden_field question.id, value: "0" %>
- <%= f.govuk_submit "Save and continue" %> + <%= f.govuk_submit "Confirm and continue" %> <%= govuk_link_to( (@page.skip_text || "Skip for now"), (@page.skip_href(@log) || send(@log.form.next_page_redirect_path(@page, @log, current_user), @log)),