feat(secret-sync): improve hide secrets tooltip message

This commit is contained in:
carlosmonastyrski
2025-06-25 14:10:28 -03:00
parent ea393d144a
commit f0b9d3c816

View File

@@ -267,7 +267,7 @@ export const GitLabSyncFields = () => {
<SecretProtectionOption
id="should-hide-secrets"
title="Mark secrets as Hidden"
tooltip="Secrets can only be marked as hidden if they are also masked."
tooltip="Secrets can only be marked as hidden if they are also masked. If this is enabled, Infisical will not be able to unhide/unmask secrets from the sync destination if you disable the option later."
isEnabled={value || false}
onChange={onChange}
isDisabled={!shouldMaskSecrets}