@@ -38,10 +38,10 @@ |
||
| 38 | 38 | ->setTemplateName('crud/field/text') |
| 39 | 39 | ->setFormTypeOptions([ |
| 40 | 40 | 'type' => PasswordType::class, |
| 41 | - 'first_options' => [ |
|
| 41 | + 'first_options' => [ |
|
| 42 | 42 | 'label' => 'password.new', |
| 43 | 43 | ], |
| 44 | - 'second_options' => [ |
|
| 44 | + 'second_options' => [ |
|
| 45 | 45 | 'label' => 'password.repeat', |
| 46 | 46 | ], |
| 47 | 47 | ]); |