From 702391cf888a854b8b2ecb11aa92ed5dbb3215db Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:25:08 +0100 Subject: [PATCH] remove apostrophe from tooltip (#10386) Co-authored-by: testa113 --- .../cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx index c61f730b3..5d1f73147 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx @@ -248,7 +248,7 @@ function InnerForm({ name="changeWindow.Enabled" data-cy="kubeSetup-changeWindowEnabledToggle" label="Enable Change Window" - tooltip="GitOps updates to stacks or applications outside the defined change window will not occur.'" + tooltip="GitOps updates to stacks or applications outside the defined change window will not occur." labelClass="col-sm-5 col-lg-4" checked={false} featureId={FeatureId.HIDE_AUTO_UPDATE_WINDOW}