mirror of https://github.com/node-red/node-red.git
Fix infotip display following i18n update
parent
caa98b08da
commit
b0e4fb7602
|
@ -499,7 +499,7 @@ RED.sidebar.info = (function() {
|
|||
if (tipCount === -1) {
|
||||
do {
|
||||
tipCount++;
|
||||
} while(RED._("infotips:info.tip"+tipCount)!=="infotips:info.tip"+tipCount);
|
||||
} while(RED._("infotips:info.tip"+tipCount)!=="info.tip"+tipCount);
|
||||
}
|
||||
startTimeout = setTimeout(setTip,startDelay);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue