mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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'),
|
||||
'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).'
|
||||
)
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user