From b89212a0c9d459bd54087501e65678bb15b4da8d Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 14 Mar 2025 15:27:47 -0700 Subject: [PATCH] improvement: improve property description --- backend/src/lib/api-docs/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lib/api-docs/constants.ts b/backend/src/lib/api-docs/constants.ts index de7411cac..1a7ebf1ef 100644 --- a/backend/src/lib/api-docs/constants.ts +++ b/backend/src/lib/api-docs/constants.ts @@ -1726,7 +1726,7 @@ export const SecretSyncs = { const destinationName = SECRET_SYNC_NAME_MAP[destination]; return { initialSyncBehavior: `Specify how Infisical should resolve the initial sync to the ${destinationName} destination.`, - disableSecretDeletion: `Enable this flag to prevent removal of secrets when syncing from the ${destinationName} destination.` + disableSecretDeletion: `Enable this flag to prevent removal of secrets from the ${destinationName} destination when syncing.` }; }, ADDITIONAL_SYNC_OPTIONS: {