I have a hard time overwriting labels that the FOS user bundle for Symfony2 uses.
I'm already overwriting the Form class, but there is no option for elements like "setOption", only getters.
I could just remove an element and than add it again with the proper label but this seems like an overkill. Is there any nice way of overwriting options on form elements, or just translation keys, perhaps?