I want to change the image text which is 'Insert image' to 'Insert up to 3 images' I am trying to do it via the redactor plugin rather than overwriting with jquery.
I found the text in redactor js under lang but I don't want to edit the source either.
// lang
langs: {
en: {
image: 'Insert Image',
I found a way to change the language but not any properties of the lang, here https://imperavi.com/redactor/docs/languages/
Any assistance is greatly appreciated :)
Just add
To your Redactor instance. Note it is
langsand notlangthat's waht got me.