Skip to content

Commit 4a2f3d1

Browse files
committed
fix(create-update-variable-modal): update warning message and icon for external secrets configuration
1 parent 1ecab4c commit 4a2f3d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
@@ -519,10 +519,10 @@ export function CreateUpdateVariableModal(props: CreateUpdateVariableModalProps)
519519
{mode === 'CREATE' && type === 'VALUE' && watchIsSecret && hasClusterSecretManagerConfigured && (
520520
<Callout.Root color="yellow" className="mb-3">
521521
<Callout.Icon>
522-
<Icon iconName="info-circle" iconStyle="regular" />
522+
<Icon iconName="exclamation-triangle" iconStyle="regular" />
523523
</Callout.Icon>
524524
<Callout.Text>
525-
You have external secrets configured on this cluster. Are you sure you want to add a Qovery secret?
525+
Are you sure you want to create a Qovery secret? External secrets are already configured on this cluster.
526526
</Callout.Text>
527527
</Callout.Root>
528528
)}

0 commit comments

Comments
 (0)