ZF-11935: Label Decorator should translate optional/required Prefix/Suffix
Description
The Label Decorator should translate optional/required prefix/suffix with $element->getTranslator(). Currently only the label text is translated.
Fixing this bug would allow developers to use a words like "required" instead of an asterisk etc. without translating the suffix/prefix before assigning the value to the element.
Comments
No comments to display