File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/ManagementSettingsPage/CustomRolesPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const CustomRolesPageView: FC<CustomRolesPageViewProps> = ({
42
42
< Cond condition = { ! isCustomRolesEnabled } >
43
43
< Paywall
44
44
message = "Custom Roles"
45
- description = "Organize users into groups with restricted access to templates . You need an Enterprise license to use this feature."
45
+ description = "Create custom roles to assign a specific set of permissions to a user . You need an Enterprise license to use this feature."
46
46
documentationLink = { docs ( "/admin/groups" ) }
47
47
/>
48
48
</ Cond >
@@ -66,7 +66,7 @@ export const CustomRolesPageView: FC<CustomRolesPageViewProps> = ({
66
66
< TableRow >
67
67
< TableCell colSpan = { 999 } >
68
68
< EmptyState
69
- message = "No groups yet"
69
+ message = "No custom roles yet"
70
70
description = {
71
71
canAssignOrgRole
72
72
? "Create your first custom role"
You can’t perform that action at this time.
0 commit comments