From 9fda2228be52b88826475c648898b8638c78ae67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 11 Apr 2024 17:56:51 +0200 Subject: [PATCH] ApplicationConfigForm: fix typo Fix a consecutive "to" in a form element description. --- application/forms/Config/General/ApplicationConfigForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Config/General/ApplicationConfigForm.php b/application/forms/Config/General/ApplicationConfigForm.php index 21f76a187a..b88ea5dfaf 100644 --- a/application/forms/Config/General/ApplicationConfigForm.php +++ b/application/forms/Config/General/ApplicationConfigForm.php @@ -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).' ) ]