From c10d525ae8756dbf3f743c281aeb8f168d9e8449 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:11:48 +0000 Subject: [PATCH] Smaller 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 6fa1f155f..a46518096 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? %> -
CHANGETry to complete your logs for each quarter by the cut-off date.
+Try 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 %>