This commit is contained in:
melohagan 2025-05-16 17:06:03 +01:00 committed by GitHub
commit 097f37fd91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -529,7 +529,7 @@
return `This user has been given ${role?.name} access from the ${user.group} group`
}
if (user.isAdminOrGlobalBuilder) {
return "Workspace admins can edit all apps"
return "Tenant admins can edit all workspaces"
}
return null
}

View File

@ -52,9 +52,9 @@ export const BudibaseRoleOptionsOld = [
]
export const BudibaseRoleOptions = [
{
label: "Workspace admin",
label: "Tenant admin",
value: BudibaseRoles.Admin,
subtitle: "Has full access to all apps and settings in your workspace",
subtitle: "Has full access to all workspaces in your tenant",
sortOrder: 1,
},
{