From 632671359ef842eabaf631925ca50cd6f702275f Mon Sep 17 00:00:00 2001 From: weatherman223 <36021082+weatherman223@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:15:51 -0400 Subject: [PATCH] Allow administrative notes to be sorted in registration view (#10125) QOL suggestion from discord server. --- app/views/registrations/edit_registrations.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/registrations/edit_registrations.html.erb b/app/views/registrations/edit_registrations.html.erb index f122464f1b..6b8b250293 100644 --- a/app/views/registrations/edit_registrations.html.erb +++ b/app/views/registrations/edit_registrations.html.erb @@ -88,7 +88,7 @@ <%= t 'activerecord.attributes.registration.guests' %> <%= t 'activerecord.attributes.registration.comments' %> <% if @competition.has_administrative_notes? %> - <%= t 'activerecord.attributes.registration.administrative_notes' %> + <%= t 'activerecord.attributes.registration.administrative_notes' %> <% end %> <% if @competition.using_payment_integrations? %> <%= t 'activerecord.attributes.registration.paid_entry_fees' %>