From a58082aba2da1ac23cbb21c6f6fd1800dcce4faa Mon Sep 17 00:00:00 2001
From: pabois <pierreandre.boissinot@noesya.coop>
Date: Mon, 13 Mar 2023 17:23:58 +0100
Subject: [PATCH] typo

---
 app/views/admin/university/people/categories/_list.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/university/people/categories/_list.html.erb b/app/views/admin/university/people/categories/_list.html.erb
index c7940b363..b0a924f49 100644
--- a/app/views/admin/university/people/categories/_list.html.erb
+++ b/app/views/admin/university/people/categories/_list.html.erb
@@ -2,7 +2,7 @@
   <table class="<%= table_classes %>">
     <thead>
       <tr>
-        <th><%= University::Organization::Category.human_attribute_name('name') %></th>
+        <th><%= University::Person::Category.human_attribute_name('name') %></th>
         <th></th>
       </tr>
     </thead>
-- 
GitLab