Skip to content

Commit

Permalink
chore: Update information label for values override (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
Change-Id: I54795c5dfb11c1779c68c024fd52f0d2a04a73b4
  • Loading branch information
SergK committed Jul 19, 2024
1 parent 56ad9a4 commit b612176
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const useColumns = ({
<Grid item>
<Tooltip
title={
'Redefines pipeline settings, thus enabling a GitOps approach for the Environment .'
'Override default deployment settings with custom configurations.'
}
>
<Icon icon={ICONS.INFO_CIRCLE} width={20} />
Expand Down Expand Up @@ -275,7 +275,7 @@ export const useColumns = ({
<Grid item>
<Tooltip
title={
'The Ingress endpoint directs you to the deployed application. To view the link, ensure your application is deployed with an Ingress controller.'
'The Ingress endpoint directs you to the deployed application. To view the link, ensure your application is deployed with an Ingress resource.'
}
>
<Icon icon={ICONS.INFO_CIRCLE} width={20} />
Expand Down

0 comments on commit b612176

Please sign in to comment.