File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/domains/variables/feature/src/lib/create-update-variable-modal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -574,10 +574,10 @@ export function CreateUpdateVariableModal(props: CreateUpdateVariableModalProps)
574574 { mode === 'CREATE' && type === 'VALUE' && watchIsSecret && hasClusterSecretManagerConfigured && (
575575 < Callout . Root color = "yellow" className = "mb-3" >
576576 < Callout . Icon >
577- < Icon iconName = "info-circle " iconStyle = "regular" />
577+ < Icon iconName = "exclamation-triangle " iconStyle = "regular" />
578578 </ Callout . Icon >
579579 < Callout . Text >
580- You have external secrets configured on this cluster. Are you sure you want to add a Qovery secret?
580+ Are you sure you want to create a Qovery secret? External secrets are already configured on this cluster.
581581 </ Callout . Text >
582582 </ Callout . Root >
583583 ) }
You can’t perform that action at this time.
0 commit comments