Merge branch 'node-red:master' into master-addjpn

This commit is contained in:
Kazuhito Yokoi
2022-05-25 19:07:57 +09:00
committed by GitHub
4 changed files with 4 additions and 2 deletions

View File

@@ -582,7 +582,7 @@ RED.debug = (function() {
$('<span class="red-ui-debug-msg-date">'+ getTimestamp()+'</span>').appendTo(metaRow);
if (sourceNode) {
var nodeLink = $('<a>',{href:"#",class:"red-ui-debug-msg-name"}).text("node: "+(o.name||sourceNode.name||sourceNode.id))
var nodeLink = $('<a>',{href:"#",class:"red-ui-debug-msg-name"}).text(RED._("node-red:debug.node")+": "+(o.name||sourceNode.name||sourceNode.id))
.appendTo(metaRow)
.on("click", function(evt) {
evt.preventDefault();