diff --git a/app/client/package.json b/app/client/package.json
index c1def1dc2f..7fe053b007 100644
--- a/app/client/package.json
+++ b/app/client/package.json
@@ -93,7 +93,7 @@
"cypress-log-to-output": "^1.1.2",
"dayjs": "^1.10.6",
"deep-diff": "^1.0.2",
- "design-system": "npm:@appsmithorg/design-system@2.1.15",
+ "design-system": "npm:@appsmithorg/design-system@2.1.16",
"design-system-old": "npm:@appsmithorg/design-system-old@1.1.11",
"downloadjs": "^1.4.7",
"fast-deep-equal": "^3.1.3",
diff --git a/app/client/src/ce/constants/messages.ts b/app/client/src/ce/constants/messages.ts
index e64b179af5..8d72e535db 100644
--- a/app/client/src/ce/constants/messages.ts
+++ b/app/client/src/ce/constants/messages.ts
@@ -1304,16 +1304,18 @@ export const ACCESS_CONTROL_UPGRADE_PAGE_FOOTER = () =>
// Provisioning upgrade page begin
export const USER_PROVISIONING_FOR_ENTERPRISES = () =>
- "user provisioning for enterprises";
+ "Manage Appsmith users via your identity provider";
export const PROVISIONING_UPGRADE_PAGE_SUB_HEADING = () =>
- "Provision and de-provision users on Appsmith. Automatic group sync from your IdP.";
+ `Add and remove Appsmith users centrally. Sync existing groups to Appsmith.`;
export const PROVISION_DEPROVISION_USERS = () =>
- "Provision and de-provision users on Appsmith";
+ "Provision and deprovision users from your IdP";
export const PROVISION_DEPROVISION_USERS_DETAIL1 = () =>
- `Automatically assign accounts to new employees and revoke access when they leave. Error-free, right from your Identity Provider (IdP).`;
-export const AUTO_GROUP_SYNC = () => "Automatic group sync from your IdP";
+ `Control user authorization and access to Appsmith workspaces and apps via your IdP using the SCIM protocol.