diff --git a/apps/maarch_entreprise/xml/services.xml b/apps/maarch_entreprise/xml/services.xml
index 0c7bd791460359d75db9db58c777dcd35d7baf94..b4136731cacf5526c909915f416542da42944e0e 100755
--- a/apps/maarch_entreprise/xml/services.xml
+++ b/apps/maarch_entreprise/xml/services.xml
@@ -394,8 +394,8 @@
   </SERVICE>
   <SERVICE>
     <id>admin_password_rules</id>
-    <name>_SECURITY</name>
-    <comment>_SECURITY</comment>
+    <name>_SECURITIES</name>
+    <comment>_SECURITIES</comment>
     <servicepage></servicepage>
     <servicetype>admin</servicetype>
     <category>supervision</category>
diff --git a/src/core/lang/lang-en.php b/src/core/lang/lang-en.php
index b43debed34ada92c1e09d5f10f05874fd9a850f3..b89bd375a240c8bcf0dccc3d7fa65f5661fb6621 100644
--- a/src/core/lang/lang-en.php
+++ b/src/core/lang/lang-en.php
@@ -185,7 +185,7 @@ define('_NOTIFICATIONS', 'Notifications');
 define('_ADMIN_NOTIFICATIONS_DESC', " Create and manage users' notifications based on application events");
 define('_TEMPLATES', 'Templates');
 define('_ADMIN_TEMPLATES_DESC', 'Manage templates for attachments, notifications, document generation, sendmail and notes');
-define('_SECURITY', 'Security');
+define('_SECURITIES', 'Securities');
 
 //SERVICES
 define('_REDIRECT_TO_ACTION', 'Redirect to an action');
diff --git a/src/core/lang/lang-fr.php b/src/core/lang/lang-fr.php
index 422186cd04bb4e240352a9b43a3c936d73f7be65..2ab6534e3766431690fc83efc84f0d524e48d347 100644
--- a/src/core/lang/lang-fr.php
+++ b/src/core/lang/lang-fr.php
@@ -185,7 +185,7 @@ define('_NOTIFICATIONS', 'Notifications');
 define('_ADMIN_NOTIFICATIONS_DESC', "Créer et gérer des notifications aux utilisateurs basées sur des événements de l'application");
 define('_TEMPLATES', 'Modèles de documents');
 define('_ADMIN_TEMPLATES_DESC', "Gérer les modèles utilisés pour les pièces jointes, les notifications, la génération de courriers, l'envoi de courriels et les notes");
-define('_SECURITY', 'Sécurité');
+define('_SECURITIES', 'Sécurités');
 
 //SERVICES
 define('_REDIRECT_TO_ACTION', 'Rediriger vers une action');