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:
parent
d437cde046
commit
702391cf88
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue