From 44c153b776a2068e87f094b2b80551161fdf11b1 Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Sat, 15 Nov 2025 00:23:50 +0530 Subject: [PATCH] fix: review comments --- .../ViewSharedSecretByIDPage/components/SecretShareInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`} )}