I searched over the forum and I couldn't find my answer: I cannot modify the textOn / textOff for a Door contact

I can specify an imageOn/ImageOff, but either the textOn/textOff are not working (it displays in french: OUVERT/FERME instead of Open/Closed)
Code: Select all
blocks['DoorTest'] = { idx: 1111, title: 'DoorTest', textOn:"Open", textOff:"Closed", hide_data : false, last_update: false, width: 2}
Thanks for your help
