diff --git a/frontend/src/views/ShareSecretPublicPage/components/SecretTable.tsx b/frontend/src/views/ShareSecretPublicPage/components/SecretTable.tsx index ae5a4faae..60849b93b 100644 --- a/frontend/src/views/ShareSecretPublicPage/components/SecretTable.tsx +++ b/frontend/src/views/ShareSecretPublicPage/components/SecretTable.tsx @@ -32,7 +32,7 @@ export const SecretTable = ({ orgName }: Props) => { const [isVisible, setIsVisible] = useToggle(false); - const title = (

You need to be logged into {orgName} to access this secret

); + const title = (

Someone from {orgName} organization has shared a secret with you

); return (