Closed
Description
The "normal" method of overriding the default text on controls is explained in the documentation and is to use {{ form_label( form.thing, 'New text') }}. This doesn't make any sense (and is completely ignored) for submit type controls.
The actual method is to do {{ form_widget( form.save, 'Press this!' ) }}. However, that isn't specifically mentioned as far as I can see. A couple of lines about this would have saved me a bit of time!
Metadata
Metadata
Assignees
Labels
Clear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.Ideal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)