mirror of
https://github.com/Infisical/infisical.git
synced 2025-04-02 14:38:48 +00:00
update text when secrets deleted after integ delete
This commit is contained in:
@ -311,7 +311,7 @@ export const IntegrationsSection = ({
|
||||
checkIndicatorBg="text-white"
|
||||
onCheckedChange={() => setShouldDeleteSecrets.toggle()}
|
||||
>
|
||||
Delete secrets in destination
|
||||
Delete previously synced secrets from the destination
|
||||
</Checkbox>
|
||||
</div>
|
||||
)}
|
||||
@ -321,7 +321,7 @@ export const IntegrationsSection = ({
|
||||
title={`Are you sure you also want to delete secrets on ${
|
||||
(popUp?.deleteConfirmation.data as TIntegration)?.integration
|
||||
}?`}
|
||||
subTitle="By confirming, all secrets managed by this integration will be deleted in the destination. This action is irreversible."
|
||||
subTitle="By confirming, you acknowledge that all secrets managed by this integration will be removed from the destination. This action is irreversible."
|
||||
onChange={(isOpen) => handlePopUpToggle("deleteSecretsConfirmation", isOpen)}
|
||||
deleteKey="confirm"
|
||||
onDeleteApproved={async () => {
|
||||
|
Reference in New Issue
Block a user