From 02f356b5c819a335877822c32e804c81c8c49248 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Thu, 3 Nov 2022 11:12:01 +0100
Subject: [PATCH] fix

---
 app/views/admin/communication/extranets/index.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/communication/extranets/index.html.erb b/app/views/admin/communication/extranets/index.html.erb
index 1bf5f27a3..c2c1ac6e6 100644
--- a/app/views/admin/communication/extranets/index.html.erb
+++ b/app/views/admin/communication/extranets/index.html.erb
@@ -7,7 +7,7 @@
     <thead>
       <tr>
         <th><%= Communication::Extranet.human_attribute_name('name') %></th>
-        <th><%= Communication::Extranet.human_attribute_name('domain') %></th>
+        <th><%= Communication::Extranet.human_attribute_name('host') %></th>
         <th><%= Communication::Extranet.human_attribute_name('about_type') %></th>
         <th><%= Communication::Extranet.human_attribute_name('about') %></th>
         <th></th>
-- 
GitLab