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…
Reference in New Issue