Skip to content

Commit

Permalink
Fixed issue #18555: Wrong escaping in Mandatory setting help (#2860)
Browse files Browse the repository at this point in the history
Co-authored-by: lapiudevgit <devgit@lapiu.biz>
  • Loading branch information
gabrieljenik and lapiudevgit committed Feb 1, 2023
1 parent 68df76c commit 61b881b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ public function __construct(Question $question)
$this->formElement = new FormElement(
'mandatory',
null,
gT('Makes this question mandatory in your survey. Option "Soft" gives a possibility to skip a question without giving any answer.'),
gT('Makes this question mandatory in your survey. Option "Soft" gives a possibility to skip a question without giving any answer.', 'unescaped'),
$question->mandatory,
[
'classes' => [],
Expand Down

0 comments on commit 61b881b

Please sign in to comment.