From 5cdcaf0f2e751bdf063402b8640a5c1d8c9369e3 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 15 Feb 2023 22:28:45 +0100 Subject: [PATCH] fix --- app/views/admin/university/organizations/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/university/organizations/show.html.erb b/app/views/admin/university/organizations/show.html.erb index 049c93a91..3c3f7e346 100644 --- a/app/views/admin/university/organizations/show.html.erb +++ b/app/views/admin/university/organizations/show.html.erb @@ -68,7 +68,7 @@ </div> <div class="col-md-4"> - <%= osuny_panel t('informations') do %> + <%= osuny_panel t('metadata') do %> <%= osuny_label University::Organization.human_attribute_name('slug') %> <p><%= @organization.slug %></p> <%= osuny_label University::Organization.human_attribute_name('active') %> -- GitLab