I want to change product_template_only_form_view the string of the group Internal Notes.
How am I supposed to change it if the group has no name attribute?
My code:
< xpath expr="//group[@string='Internal Notes']" position="attributes" >
< attribute name="string" >Short description< /attribute>
< /xpath>
Thank you