diff --git a/frontend/src/pages/public/ViewSharedSecretByIDPage/components/SecretShareInfo.tsx b/frontend/src/pages/public/ViewSharedSecretByIDPage/components/SecretShareInfo.tsx index b64c9813c..1c4b86377 100644 --- a/frontend/src/pages/public/ViewSharedSecretByIDPage/components/SecretShareInfo.tsx +++ b/frontend/src/pages/public/ViewSharedSecretByIDPage/components/SecretShareInfo.tsx @@ -43,7 +43,7 @@ export const SecretShareInfo = ({ secret }: Props) => { {viewsRemaining === 0 ? "This is the last time you can view this secret" - : `${viewsRemaining} more view${viewsRemaining === 1 ? "" : "s"} remaining after this`} + : `${viewsRemaining} more view${viewsRemaining === 1 ? "" : "s"} remaining`} )}