diff --git a/app/views/case_logs/edit.html.erb b/app/views/case_logs/edit.html.erb index 438002338..e3ba0e4b9 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -25,7 +25,7 @@ <% elsif @case_log.status == "not_started" %>

This log has not been started.

<% elsif @case_log.status == "completed" %> - Completed + <%= govuk_tag(text: "Completed") %>

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 : "" %>.