remove apostrophe from tooltip (#10386)

Co-authored-by: testa113 <testa113>
pull/10388/head
Ali 2023-09-26 21:25:08 +01:00 committed by GitHub
parent d437cde046
commit 702391cf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}