diff --git a/frontend/src/pages/public/ShareSecretPage/components/ShareSecretForm.tsx b/frontend/src/pages/public/ShareSecretPage/components/ShareSecretForm.tsx index a374f1377..13d86e277 100644 --- a/frontend/src/pages/public/ShareSecretPage/components/ShareSecretForm.tsx +++ b/frontend/src/pages/public/ShareSecretPage/components/ShareSecretForm.tsx @@ -367,9 +367,11 @@ export const ShareSecretForm = ({ isError={Boolean(error)} className="flex-1" helperText={ - maxSharedSecretViewLimit - ? `Limited to ${maxSharedSecretViewLimit} by organization.` - : undefined + maxSharedSecretViewLimit ? ( + + Limited to {maxSharedSecretViewLimit} views by organization + + ) : undefined } >