Skip to content

Commit

Permalink
fix: updated businessType label for register for operator to have its…
Browse files Browse the repository at this point in the history
… own translation key (#362)
  • Loading branch information
jerotire authored Sep 30, 2024
1 parent 2984dde commit 8918d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class RegisterForOperator
* @Form\Type("DynamicRadio")
* @Form\Options({
* "fieldset-attributes": {"id": "businessType"},
* "label": "user-registration.field.businessType.label",
* "label": "register-for-operator.field.businessType.label",
* "label_attributes": {"class": "form-control form-control--radio"},
* "disable_inarray_validator": false,
* "category": "org_type",
Expand Down

0 comments on commit 8918d18

Please sign in to comment.