From 8fda67fd9d0c40e884667eaeec29cda1568b8f9a Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:10:12 +0000 Subject: [PATCH] Small change - remove --- app/views/home/_upcoming_deadlines.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/_upcoming_deadlines.html.erb b/app/views/home/_upcoming_deadlines.html.erb index dbed05bfd..6fa1f155f 100644 --- a/app/views/home/_upcoming_deadlines.html.erb +++ b/app/views/home/_upcoming_deadlines.html.erb @@ -12,7 +12,7 @@ <% end %> <% if !FormHandler.instance.in_crossover_period? %> -
Try to complete your logs for each quarter by the cut-off date.
+CHANGETry to complete your logs for each quarter by the cut-off date.
You can still create logs for a previous quarter after its cut-off date, as long as you complete them by the end-of-year deadline: <%= formatted_deadline %>.
<% end %>