Skip to content

Commit

Permalink
Update ui/src/features/stage/verifications.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Rancourt <kent.rancourt@gmail.com>
  • Loading branch information
Marvin9 and krancour authored Dec 26, 2024
1 parent 8eb19b9 commit 05f0ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/features/stage/verifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Verifications = ({ verifications, images }: Props) => {
{hasImplicitVerifications && (
<Flex className='mb-4'>
<Tooltip
title={`Implicit verifications are meta info if stage does not have any explicit verifications defined in spec. Kargo fallback stage's health to how last promotion performed.`}
title={`Implicit verifications occur when a stage with no explicit verification process first reaches a healthy state following a promotion.`}
>
<Checkbox
onChange={(e) => setShowImplicitVerifications(e.target.checked)}
Expand Down

0 comments on commit 05f0ecd

Please sign in to comment.