Skip to content

Commit

Permalink
chore: patch text when trying to add a root role group to cover all r…
Browse files Browse the repository at this point in the history
…oot roles
  • Loading branch information
sighphyre committed Oct 17, 2024
1 parent 2ec575b commit 588d91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export const ProjectAccessAssign = ({

const createRootGroupWarning = (group?: IGroup): string | undefined => {
if (group && Boolean(group.rootRole)) {
return 'This group has an Admin or Editor role associated with it. Groups with a root role association cannot be assigned to projects, and users in this group already have the role applied globally.';
return 'This group has a root role associated with it. Groups with a root role association cannot be assigned to projects, and users in this group already have the role applied globally.';
}
};

Expand Down

0 comments on commit 588d91b

Please sign in to comment.