diff --git a/src/Enum/RoleEnum.php b/src/Enum/RoleEnum.php
index 5d674e6..bc7226f 100644
--- a/src/Enum/RoleEnum.php
+++ b/src/Enum/RoleEnum.php
@@ -8,9 +8,8 @@ enum RoleEnum: string
 {
     case CONSEIL_ADMINISTRATION = 'Conseil d\'administration';
     case ADMINISTRATEUR = 'Administrateur';
-    case MEMBRE = 'Membre';
+    case MEMBRE_ADHERENT = 'Membre adhérent';
     case MEMBRE_HONORAIRE = 'Membre honoraire';
-    case PARTENAIRE = 'Partenaire';
     case VISITEUR = 'Visiteur';
 
     public function getHigherRoles(): array
diff --git a/templates/profile/index.html.twig b/templates/profile/index.html.twig
index 01f7f8a..9d3dd53 100644
--- a/templates/profile/index.html.twig
+++ b/templates/profile/index.html.twig
@@ -29,7 +29,7 @@
                     </div>
                     <div class="border-t border-gray-500 p-2">
                         <span class="font-bold">
-                                Rôle de dossier :
+                                Groupe :
                             </span>
                         {{ user.folderRole.value }}
                     </div>