Added missing translations.

Fixes issue #56.
This commit is contained in:
Jan Böhmer 2020-05-12 00:27:48 +02:00
parent 01c19ab634
commit 73ac4f1641
10 changed files with 110 additions and 48 deletions

View file

@ -56,7 +56,7 @@ class GroupAdminForm extends BaseEntityAdminForm
$builder->add('enforce2FA', CheckboxType::class, [
'required' => false,
'label' => 'group.edit.enforce_2fa',
'help' => 'entity.edit.enforce_2fa.help',
'help' => 'group.edit.enforce_2fa.help',
'label_attr' => [
'class' => 'checkbox-custom',
],