Skip to content

Commit

Permalink
Small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 15, 2024
1 parent 81d7abf commit 1e560ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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'],
Expand Down

0 comments on commit 1e560ab

Please sign in to comment.