mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Make extra node names more consistent i18n wise
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
outputs:1,
|
||||
icon: "rbe.png",
|
||||
label: function() {
|
||||
var ll = (this.func||"").replace("Eq","").replace("rbei","rbe")||"rbe";
|
||||
return this.name||ll||"rbe";
|
||||
var ll = (this.func||"").replace("Eq","").replace("rbei","rbe")||this._("rbe.rbe");
|
||||
return this.name||ll||this._("rbe.rbe");
|
||||
},
|
||||
labelStyle: function() {
|
||||
return this.name?"node_label_italic":"";
|
||||
|
Reference in New Issue
Block a user