From 1e560ab7d4a1ab71a3a735e4f523f2ebdadeceef Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 15 Feb 2024 14:55:27 +0100 Subject: [PATCH] Small text fix --- .../GeneralOptionWidget/settings/GroupSelectorGeneralOption.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/extensions/GeneralOptionWidget/settings/GroupSelectorGeneralOption.php b/application/extensions/GeneralOptionWidget/settings/GroupSelectorGeneralOption.php index 0da5da9b197..960b1daa1fa 100644 --- a/application/extensions/GeneralOptionWidget/settings/GroupSelectorGeneralOption.php +++ b/application/extensions/GeneralOptionWidget/settings/GroupSelectorGeneralOption.php @@ -19,7 +19,7 @@ public function __construct(Question $question, array $groupOptions) $this->formElement = new FormElement( 'gid', null, - gT("Reassign this question to a another group by selecting a new one"), + gT("Reassign this question to another group by selecting a new one"), $question->gid, [ 'classes' => ['form-control'],