mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
ApplicationConfigForm: fix typo
Fix a consecutive "to" in a form element description.
This commit is contained in:
parent
2221b27371
commit
11251481dc
@ -61,7 +61,7 @@ class ApplicationConfigForm extends Form
|
|||||||
[
|
[
|
||||||
'label' => $this->translate('Enable strict content security policy'),
|
'label' => $this->translate('Enable strict content security policy'),
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'Set whether to to use strict content security policy (CSP).'
|
'Set whether to use strict content security policy (CSP).'
|
||||||
. ' This setting helps to protect from cross-site scripting (XSS).'
|
. ' This setting helps to protect from cross-site scripting (XSS).'
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user