Skip to content

Commit

Permalink
fix: added missing subheading for operator self registration (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerotire authored Oct 11, 2024
1 parent d4b8b9f commit 045ce36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

/**
* @Form\Name("OperatorRegistration")
* @Form\Attributes({"method":"post"})
* @Form\Options({"prefer_form_input_filter": true, "label": ""})
* @Form\Attributes({"method":"post","label":"user-registration.form.label"})
* @Form\Options({"prefer_form_input_filter": true, "label": "user-registration.form.label"})
*/
class OperatorRegistration
{
Expand Down

0 comments on commit 045ce36

Please sign in to comment.