Skip to content

Commit 07236ec

Browse files
committed
fix(create-update-variable-modal): update warning message and icon for external secrets configuration
1 parent 51a7bb7 commit 07236ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/domains/variables/feature/src/lib/create-update-variable-modal/create-update-variable-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)}

0 commit comments

Comments
 (0)