Merge pull request #1562 from rhythmbhiwani/fix-typo

Fix typo on Copy button tooltip
This commit is contained in:
Akhil Mohan
2024-03-13 16:28:42 +05:30
committed by GitHub

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"