Merge 2d3ba556e2
into 9909a0c4db
This commit is contained in:
commit
097f37fd91
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue