mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix: review comments
This commit is contained in:
@@ -43,7 +43,7 @@ export const SecretShareInfo = ({ secret }: Props) => {
|
||||
<span>
|
||||
{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`}
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user