diff --git a/frontend/src/views/SecretMainPage/SecretMainPage.tsx b/frontend/src/views/SecretMainPage/SecretMainPage.tsx index 31427d67c..31635884c 100644 --- a/frontend/src/views/SecretMainPage/SecretMainPage.tsx +++ b/frontend/src/views/SecretMainPage/SecretMainPage.tsx @@ -538,8 +538,9 @@ const SecretMainPageContent = () => { onOpenChange={(state) => togglePopUp(PopUpNames.CreateSecretForm, state)} > - User lacks permission to read tags. Please grant access. + You do not have permission to read tags. ) : ( "" @@ -150,7 +150,7 @@ export const CreateSecretForm = ({ > { onOpenChange={(isOpen) => handlePopUpToggle("addSecretsInAllEnvs", isOpen)} > - User lacks permission to read tags. Please grant access. + You do not have permission to read tags. ) : ( "" @@ -251,7 +251,7 @@ export const CreateSecretForm = ({ secretPath = "/", getSecretByKey, onClose }: >