mirror of
https://github.com/portainer/portainer.git
synced 2025-08-01 03:45:22 +02:00
remove apostrophe from tooltip (#10386)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
d437cde046
commit
702391cf88
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ function InnerForm({
|
||||||
name="changeWindow.Enabled"
|
name="changeWindow.Enabled"
|
||||||
data-cy="kubeSetup-changeWindowEnabledToggle"
|
data-cy="kubeSetup-changeWindowEnabledToggle"
|
||||||
label="Enable Change Window"
|
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"
|
labelClass="col-sm-5 col-lg-4"
|
||||||
checked={false}
|
checked={false}
|
||||||
featureId={FeatureId.HIDE_AUTO_UPDATE_WINDOW}
|
featureId={FeatureId.HIDE_AUTO_UPDATE_WINDOW}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue