Skip to content

Commit 832573f

Browse files
committed
fix: fix custom roles text
1 parent b4a460f commit 832573f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/ManagementSettingsPage/CustomRolesPage/CustomRolesPageView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const CustomRolesPageView: FC<CustomRolesPageViewProps> = ({
4242
<Cond condition={!isCustomRolesEnabled}>
4343
<Paywall
4444
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."
4646
documentationLink={docs("/admin/groups")}
4747
/>
4848
</Cond>
@@ -66,7 +66,7 @@ export const CustomRolesPageView: FC<CustomRolesPageViewProps> = ({
6666
<TableRow>
6767
<TableCell colSpan={999}>
6868
<EmptyState
69-
message="No groups yet"
69+
message="No custom roles yet"
7070
description={
7171
canAssignOrgRole
7272
? "Create your first custom role"

0 commit comments

Comments
 (0)