Skip to content

Commit bfb2251

Browse files
fix: App status tippy message
1 parent 96f3386 commit bfb2251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/AppStatus/AppStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function AppStatus({
7171
className="default-tt w-200"
7272
arrow={false}
7373
placement="top"
74-
content="To fetch app status for GitOps based deployments open the app detail page"
74+
content="To fetch app status for Helm based deployments open the app detail page"
7575
>
7676
<div className="flex">
7777
<InfoIcon className="icon-dim-16 fcn-6" />

0 commit comments

Comments
 (0)