Can I change label Upload of the image uploader button?

1
My customer wants to rename the label öf the image uploader button to "Selecteer foto". How can I do that?
asked
2 answers
4

The caption of the upload button is a (translatable) system text, which you can define in the Modeler (in category "Data view"). However, this will change the caption for all Image uploaders and File managers. If you only want to change the caption for a particular Image uploader, I suggest you file a feature request.

answered
1

I think it will be difficult, since the label of the upload button is not a property (which you will already have noticed).

A possible hack may be

  • give the imageuploader a css class
  • use some javascript to locate this html (seems possible)
  • use javascript as well to find and change the upload-label

I think it is not worth trying above, and guess you'll need a feature request to make it configurable

answered