1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

remove apostrophe from tooltip (#10386)

Co-authored-by: testa113 <testa113>
This commit is contained in:
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

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}