diff --git a/app/views/schemes/toggle_active.html.erb b/app/views/schemes/toggle_active.html.erb index b23c9591c..6f721c3bc 100644 --- a/app/views/schemes/toggle_active.html.erb +++ b/app/views/schemes/toggle_active.html.erb @@ -12,11 +12,12 @@
<% start_date = FormHandler.instance.earliest_open_for_editing_collection_start_date %> <%= f.govuk_error_summary %> + <%= title %> +

<%= I18n.t("questions.scheme.toggle_active.apply_from") %>

+ <%= govuk_warning_text text: I18n.t("warnings.scheme.#{action}.existing_logs") %> +

<%= I18n.t("hints.scheme.toggle_active", date: start_date.to_formatted_s(:govuk_date)) %>

<%= f.govuk_radio_buttons_fieldset date_type_question(action), - legend: { text: I18n.t("questions.scheme.toggle_active.apply_from") }, - caption: { text: title }, - hint: { text: I18n.t("hints.scheme.toggle_active", date: start_date.to_formatted_s(:govuk_date)) } do %> - <%= govuk_warning_text text: I18n.t("warnings.scheme.#{action}.existing_logs") %> + legend: { text: I18n.t("questions.scheme.toggle_active.apply_from"), hidden: true } do %> <%= f.govuk_radio_button date_type_question(action), "default", label: { text: "From the start of the open collection period (#{start_date.to_formatted_s(:govuk_date)})" } %> @@ -26,7 +27,7 @@ **basic_conditional_html_attributes({ "deactivation_date" => %w[other] }, "scheme") do %> <%= f.govuk_date_field date_question(action), legend: { text: "Date", size: "m" }, - hint: { text: "For example, 27 3 2022" }, + hint: { text: "For example, 27 3 2025" }, width: 20 %> <% end %> <% end %>