Skip to content

Commit

Permalink
ApplicationConfigForm: fix typo
Browse files Browse the repository at this point in the history
Fix a consecutive "to" in a form element description.
  • Loading branch information
Al2Klimov authored and nilmerg committed Nov 4, 2024
1 parent 2221b27 commit 1125148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/Config/General/ApplicationConfigForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function createElements(array $formData)
[
'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).'
)
]
Expand Down

0 comments on commit 1125148

Please sign in to comment.