diff --git a/app/views/case_logs/edit.html.erb b/app/views/case_logs/edit.html.erb index dd5b6b18f..90ba5cd1b 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -29,7 +29,7 @@ <%= status_tag(@case_log.status) %>

- You can <%= govuk_link_to "review and make changes to this log", "/logs/#{@case_log.id}/review" %> up to 3 months after the end of the current collection year, which closes on 31 March <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>. + You can <%= govuk_link_to "review and make changes to this log", "/logs/#{@case_log.id}/review" %> until 2nd June <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>.

<% end %> <%= render "tasklist" %> diff --git a/app/views/form/review.html.erb b/app/views/form/review.html.erb index e8ff06a1f..3c8777359 100644 --- a/app/views/form/review.html.erb +++ b/app/views/form/review.html.erb @@ -11,7 +11,7 @@ <%= content_for(:title) %>

- You can review and make changes to this log up to 3 months after the end of the current collection year, which closes on 31 March <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>. + You can review and make changes to this log until 2nd June <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>.

<% @case_log.form.sections.map do |section| %>

<%= section.label %>