Copy change

This commit is contained in:
Adria Navarro 2024-02-28 13:08:32 +01:00
parent 15995e25be
commit 03c6063e15
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
$: disabled = !sdk.users.isAdmin($auth.user) || row?.scimInfo?.isSync
$: tooltip = row?.scimInfo?.isSync && "User added to the group via your AD"
$: tooltip = row?.scimInfo?.isSync && "This group is managed via your AD"
</script>
<ActionButton {disabled} size="S" on:click={onClick} {tooltip}