Skip to content

Commit

Permalink
Fix typo in form group label
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Feb 20, 2022
1 parent 7ebcf7a commit c98a33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin/Model/GroupAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected function configureFormFields(FormMapper $form): void
{
$form
->tab('group', ['label' => 'form.group_groups'])
->with('general', ['class' => 'col-md-6', 'label' => 'focl'])
->with('general', ['class' => 'col-md-6', 'label' => 'form.group_general'])
->add('name')
->end()
->end()
Expand Down

0 comments on commit c98a33d

Please sign in to comment.