From 1328333a3752eca737bbcf2207ad3867fa8fe4e9 Mon Sep 17 00:00:00 2001 From: Shubham Gupta <22.shubhamgupta@gmail.com> Date: Thu, 9 Apr 2026 15:55:03 +0530 Subject: [PATCH] Update message for restricted access notification --- frontend/src/_helpers/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_helpers/constants.js b/frontend/src/_helpers/constants.js index 519b794715..e36c0f86a7 100644 --- a/frontend/src/_helpers/constants.js +++ b/frontend/src/_helpers/constants.js @@ -69,7 +69,7 @@ export const ERROR_MESSAGES = { }, 'ws-login-restricted': { title: 'Restricted access', - message: 'Workspace login is not enabled for this instance. Contact your super administrator to configure access.', + message: 'Workspace login is not enabled for this instance. Contact your super admin to configure access.', cta: 'Back to home page', retry: false, queryParams: [],