You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up of #41717. There we allowed TranslatableMessage::class next to string and null for the form field option help. The form field option label does currently not have any restrictions for allowed types.
So the question would be: Should we restrict the allowed types for label to the same as for help?