Question characters in my buttons

I have imported my flow into a new node red environment and all of a sudden I have question characters in my buttons. I also suddenly have my group title linked to my dashboard title.

image
image
image

Different system regional & language settings on machines?

I do indeed have one machine on Dutch and the other on English. What is the solution for this.

I've seen it once and then I fixed all strings manually. There wasn't too many of them so it was reasonable to do. Don't know if there is any simple workaround.

Might be different dashboard versions?

Okay the problems are in the used strings. But is that also the explanation for merging the titles?

Dashboard version are the same. But I work with node red version v0.19.4 and v0.19.6 can there be a problem?

For me as the default user it's hard to tell. The evolution of Node-Red has been quite rapid lately so it might be. Real answer needs deep analyse of guys with core level knowledge. .

Thank you. Maybe one of these guys has a solution. I'll wait a while. Is it easy to change version if you want to go back.

Problems with question marks have indeed been resolved. I had worked with "xxx" instead of "xxx".

msg7 = {"Label": global.get("Save")||0};

msg7 = {"Label": global.get('Save')||0};

I will just check my code for more of these problems.

With this adjustment of the string, the merging of the titles is also solved. Very strange.
So problem solved, case closed

Hello,

I'm having the same problem:
image

But when I right click on Inspect and look for this question mark it shows me the link too the icon (lightbulb). As you can see the icon is alsow showing.

Any ideas?

This is my flow:

[{"id":"3c15c397.212dec","type":"subflow","name":"Subflow 1","info":"","in":[{"x":100,"y":200,"wires":[{"id":"5cdcfa45.0bf374"}]}],"out":[{"x":1000,"y":200,"wires":[{"id":"bace348e.116ec8","port":0},{"id":"c42699b0.96d0d8","port":0}]}]},{"id":"a6c5d8a9.20fa98","type":"switch","z":"3c15c397.212dec","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"str"},{"t":"eq","v":"0","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":470,"y":200,"wires":[["bace348e.116ec8"],["c42699b0.96d0d8"]]},{"id":"bace348e.116ec8","type":"change","z":"3c15c397.212dec","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"1","tot":"str"},{"t":"set","p":"next","pt":"flow","to":"0","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":680,"y":160,"wires":[[]]},{"id":"c42699b0.96d0d8","type":"change","z":"3c15c397.212dec","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"str"},{"t":"set","p":"next","pt":"flow","to":"1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":680,"y":220,"wires":[[]]},{"id":"5cdcfa45.0bf374","type":"function","z":"3c15c397.212dec","name":"get next value","func":"msg.payload = flow.get(\"next\")||0;\nreturn msg;","outputs":1,"noerr":0,"x":280,"y":200,"wires":[["a6c5d8a9.20fa98"]]},{"id":"a34c08b5.39dff8","type":"subflow:3c15c397.212dec","z":"ad80e500.3c7e98","name":"","x":820,"y":340,"wires":[["3e347af4.b8d4d6","19017b62.47b395"]]},{"id":"3e347af4.b8d4d6","type":"debug","z":"ad80e500.3c7e98","name":"subflow1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1000,"y":400,"wires":[]},{"id":"8b1297ab.a3aab8","type":"ui_button","z":"ad80e500.3c7e98","name":"Keuken Links","group":"b290cc21.d734d","order":10,"width":4,"height":2,"passthru":false,"label":"<img src=\"{{msg.ui_control.icon}}\">","tooltip":"","color":"","bgcolor":"","icon":"","payload":"","payloadType":"str","topic":"","x":640,"y":340,"wires":[["a34c08b5.39dff8"]]},{"id":"1e7fd35f.35bbdd","type":"mqtt in","z":"ad80e500.3c7e98","name":"MQTT receiver light","topic":"homie/homey-5d14b942367eb80ccf0c77c3/keuken-links/onoff","qos":"2","datatype":"auto","broker":"a4ac80e1.bc5fe","x":190,"y":340,"wires":[["b7cea645.8f8158"]]},{"id":"b7cea645.8f8158","type":"function","z":"ad80e500.3c7e98","name":"Kleur en icoon","func":"if(msg.payload === \"true\"){\n msg.ui_control = {icon:\"icons/light-bulb-on-60.png\"};\n}\n\nelse{\n msg.ui_control = {icon:\"icons/light-bulb-off-60.png\"};\n}\nreturn [msg];","outputs":1,"noerr":0,"initialize":"","finalize":"","x":420,"y":340,"wires":[["8b1297ab.a3aab8","e91749be.7ef018"]]},{"id":"19017b62.47b395","type":"mqtt out","z":"ad80e500.3c7e98","name":"MQTT Transmitter","topic":"homie/homey-5d14b942367eb80ccf0c77c3/keuken-links/onoff/set","qos":"","retain":"","broker":"a4ac80e1.bc5fe","x":1030,"y":340,"wires":[]},{"id":"e91749be.7ef018","type":"debug","z":"ad80e500.3c7e98","name":"Keuken links","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":690,"y":400,"wires":[]},{"id":"b290cc21.d734d","type":"ui_group","z":"","name":"Buttons","tab":"2a0bd1d7.7ca9ce","order":1,"disp":false,"width":30,"collapse":false},{"id":"a4ac80e1.bc5fe","type":"mqtt-broker","z":"","name":"Homey MQTT","broker":"192.168.1.6","port":"1883","clientid":"","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"2a0bd1d7.7ca9ce","type":"ui_tab","z":"","name":"Tab3","icon":"dashboard","order":3,"disabled":false,"hidden":false}]