I am messing around with node-red-contrib-ui-week-schedule
I didn't put a name in the node's name field and it wasn't working.
But when I was looking at it, the days were in English.
After being told to give the node a name, the days became foreign.
The developer pointed me to the utils.js
file.
I dug around and found it:
.node-red/node_modules/util/utils.js
So back to the original question/problem:
How do I get the English day names (and month) back which are displayed if there is no node name but are changed if the node is named?