Fix typo on Copy button tooltip

This commit is contained in:
Rhythm Bhiwani
2024-03-13 15:54:42 +05:30
parent 90b55a94e1
commit 9657b64ab2

View File

@ -188,7 +188,7 @@ function SecretRenameRow({ environments, getSecretByKey, secretKey, secretPath }
animate={{ x: 0, opacity: 1 }}
exit={{ x: 10, opacity: 0 }}
>
<Tooltip content="Copy secret">
<Tooltip content="Copy secret name">
<IconButton
ariaLabel="copy-value"
variant="plain"