From 0f9c4cc8be9df6daa541ddd6c2110bd65101d5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= <pro@melaine-gerard.fr> Date: Wed, 2 Apr 2025 20:07:26 +0200 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Corrige=20:=20-=20wording=20R?= =?UTF-8?q?=C3=B4le=20de=20dossier=20-=20Renommage=20Membre=20adh=C3=A9ren?= =?UTF-8?q?t=20-=20Suppression=20Partenaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Enum/RoleEnum.php | 3 +-- templates/profile/index.html.twig | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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>