From 2d0dd067b8788de7a4b09002b98a985b442d5f0a Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 8 Jan 2026 03:41:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en-US.json | 2 ++ src/components/EditRoleForm.tsx | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index da47c240..78736b6c 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -729,6 +729,8 @@ "countries": "Countries", "accessRoleCreate": "Create Role", "accessRoleCreateDescription": "Create a new role to group users and manage their permissions.", + "accessRoleEdit": "Edit Role", + "accessRoleEditDescription": "Edit role information.", "accessRoleCreateSubmit": "Create Role", "accessRoleCreated": "Role created", "accessRoleCreatedDescription": "The role has been successfully created.", diff --git a/src/components/EditRoleForm.tsx b/src/components/EditRoleForm.tsx index 6d68a792..7990ab92 100644 --- a/src/components/EditRoleForm.tsx +++ b/src/components/EditRoleForm.tsx @@ -124,9 +124,9 @@ export default function EditRoleForm({ > - {t("accessRoleCreate")} + {t("accessRoleEdit")} - {t("accessRoleCreateDescription")} + {t("accessRoleEditDescription")}