@budibase/frontend-core 3.31.4 → 3.31.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/constants.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/frontend-core",
3
- "version": "3.31.4",
3
+ "version": "3.31.5",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
@@ -24,5 +24,5 @@
24
24
  "devDependencies": {
25
25
  "vitest": "^3.2.4"
26
26
  },
27
- "gitHead": "7d5a486a8c245870743408abb7d03a33e19c8679"
27
+ "gitHead": "8b6307f21fc1e0496119295b4417d57e13857c6a"
28
28
  }
package/src/constants.ts CHANGED
@@ -52,9 +52,9 @@ export const BudibaseRoleOptionsOld = [
52
52
  ]
53
53
  export const BudibaseRoleOptions = [
54
54
  {
55
- label: "Tenant admin",
55
+ label: "Organisation admin",
56
56
  value: BudibaseRoles.Admin,
57
- subtitle: "Has full access to all workspaces in your tenant",
57
+ subtitle: "Can change settings and access all workspaces.",
58
58
  sortOrder: 1,
59
59
  },
60
60
  {