Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit832573f

Browse files
committed
fix: fix custom roles text
1 parentb4a460f commit832573f

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
<Condcondition={!isCustomRolesEnabled}>
4343
<Paywall
4444
message="Custom Roles"
45-
description="Organize users into groups with restricted accesstotemplates. You need an Enterprise license to use this feature."
45+
description="Create custom roles to assign a specific set of permissionstoa 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
<TableCellcolSpan={999}>
6868
<EmptyState
69-
message="Nogroups yet"
69+
message="Nocustom roles yet"
7070
description={
7171
canAssignOrgRole
7272
?"Create your first custom role"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp