Change caption on bulk edit button

Hi. I’m trying to change the caption on the bulk edit button globally. I looked in the source code and it seems to me that “actions.BulkEdit” is the appropriate message.property. But entering this into my com/company/myproject/web/message.properites file did not change the caption.

I was able to successfully change the “Save and close” button caption globally using this method and the “actions.OkClose” property. So is there something different about the bulk edit button? Thanks.

Hi!

To override a caption of the BulkEdit button you should use the following key:
com.haulmont.cuba.gui.components.actions/actions.BulkEdit in the main message pack.

You can find more information about overriding default messages here: documentation (last paragraph).

Best regards,
Daniil.