diff --git a/app/views/admin/communication/extranets/index.html.erb b/app/views/admin/communication/extranets/index.html.erb
index 1bf5f27a35356b4b25018dfe6744bee1cafbcc10..c2c1ac6e6482058f5b8c61bbcee8711f0a7a3b99 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>