From 28272a6d98d3f7863bbee37cd5b7b6cae2f27729 Mon Sep 17 00:00:00 2001 From: "Anderson, from Dropsolid" <116097999+andersonjeccel@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:04:33 -0300 Subject: [PATCH] Update docs/design/displaying_elements_based_on_user_permissions.rst Co-authored-by: Ruth Cheesley --- docs/design/displaying_elements_based_on_user_permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/displaying_elements_based_on_user_permissions.rst b/docs/design/displaying_elements_based_on_user_permissions.rst index 3322ee70..de4be404 100644 --- a/docs/design/displaying_elements_based_on_user_permissions.rst +++ b/docs/design/displaying_elements_based_on_user_permissions.rst @@ -1,7 +1,7 @@ Displaying elements based on User permissions ============================================= -In Mautic, it's possible to control the visibility of elements on the user interface based on the user's permissions. This allows for showing or hiding certain features, links, or sections depending on the user's role and the permissions associated with that role. +In Mautic, it's possible to control the visibility of elements on the user interface based on the User's permissions. This allows for showing or hiding certain features, links, or sections depending on the User's Role and the permissions associated with that Role. This approach enhances security and provides a tailored experience for each user based on their role and access level.