Skip to content

Commit

Permalink
Update app/(authenticated)/admin/roles/RoleCard.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Marks Polakovs <[email protected]>
  • Loading branch information
archessmn and markspolakovs authored Sep 19, 2024
1 parent 8576930 commit d4dc939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(authenticated)/admin/roles/RoleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const openDeleteModal = (props: {
children: (
<Text size="sm">
Are you sure you want to delete the role &quot;{props.roleName}
&quot;? This action is destructive and will remove this role from all
&quot;? This action cannot be undone and will remove this role from all
users.
</Text>
),
Expand Down

0 comments on commit d4dc939

Please sign in to comment.