diff --git a/app/views/admin/university/people/categories/_list.html.erb b/app/views/admin/university/people/categories/_list.html.erb index c7940b3636f5ae2cc86b82f940621e7332393587..b0a924f49b097a95bb24cb6d4f342953ee3e6a6e 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>