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'],