Skip to content

Commit

Permalink
fix: html field option help
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Nov 4, 2023
1 parent 25a6c26 commit d66e565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/homeless/src/Admin/ClientFormFieldAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ protected function configureFormFields(FormMapper $form): void
$form
->add('options', TextareaType::class, [
'label' => 'Варианты',
'help' => 'Каждый вариант в своей строке. '.
'<br>Удаление или изменение варианта не приведёт к изменению полей в уже заполненных анкетах!',
'help' => 'Каждый вариант в своей строке. <br>Удаление или изменение варианта не приведёт к изменению полей в уже заполненных анкетах!',
'help_html' => true,
'required' => false,
'attr' => $optionsAttrs,
])
Expand Down

0 comments on commit d66e565

Please sign in to comment.