ApplicationConfigForm: fix typo

Fix a consecutive "to" in a form element description.
This commit is contained in:
Alexander Aleksandrovič Klimov 2024-04-11 17:56:51 +02:00 committed by Johannes Meyer
parent 2221b27371
commit 11251481dc
1 changed files with 1 additions and 1 deletions

View File

@ -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).'
)
]