From bd0195c01cc63707e3e97044dc72eae1e3b86123 Mon Sep 17 00:00:00 2001
From: pabois <pierreandre.boissinot@noesya.coop>
Date: Mon, 18 Oct 2021 17:10:12 +0200
Subject: [PATCH] server admin

---
 app/views/server/universities/show.html.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/server/universities/show.html.erb b/app/views/server/universities/show.html.erb
index 2fced7f4b..7b5e9aa08 100644
--- a/app/views/server/universities/show.html.erb
+++ b/app/views/server/universities/show.html.erb
@@ -4,11 +4,11 @@
   <div class="col-md-5">
     <div class="card">
       <div class="card-header">
-        <h2 class="card-title"><%= t('activerecord.attributes.university.url') %></h2>
+        <h2 class="card-title"><%= t('admin.infos') %></h2>
       </div>
       <table class="table">
         <tr>
-          <td>URL</td>
+          <td><%= t('activerecord.attributes.university.url') %></td>
           <td class="text-end"><%= link_to @university.url, @university.url, target: :_blank %></td>
         </tr>
         <% ['address', 'zipcode', 'city', 'country', 'private'].each do |variable| %>
-- 
GitLab