Update OrgRoleTable.tsx

This commit is contained in:
Daniel Hougaard
2024-10-09 22:47:14 +04:00
parent 98d4f808e5
commit faad09961d

View File

@@ -145,7 +145,9 @@ export const OrgRoleTable = () => {
<div className="flex">
<p className="overflow-hidden text-ellipsis whitespace-nowrap">{name}</p>
{isDefaultOrgRole && (
<Tooltip content="Members joining your organization will be assigned this role unless otherwise specified">
<Tooltip
content={`Members joining your organization will be assigned the ${name} role unless otherwise specified.`}
>
<div>
<Badge variant="success" className="ml-1">
Default