From 93de623df73150fdc6012c78aec02afe967003c9 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:43:37 +0100 Subject: [PATCH] Make example date depend on collection year (#2620) --- app/views/merge_requests/merge_date.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/merge_requests/merge_date.html.erb b/app/views/merge_requests/merge_date.html.erb index debc8eb2e..637426446 100644 --- a/app/views/merge_requests/merge_date.html.erb +++ b/app/views/merge_requests/merge_date.html.erb @@ -11,7 +11,7 @@

What is the merge date?

Enter the official merge date. Log and organisation page data will show the new organisation name from this date.

- For example, 13 9 2024

+ For example, <%= date_mid_collection_year_formatted(Time.zone.now) %>

<%= f.govuk_date_field :merge_date, legend: { hidden: true }, width: 20 do %>