mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
tidy some labels
This commit is contained in:
@@ -93,6 +93,9 @@
|
||||
outputs:0,
|
||||
icon: "envelope.png",
|
||||
align: "right",
|
||||
paletteLabel: function() {
|
||||
return this._("email.email");
|
||||
},
|
||||
label: function() {
|
||||
return this.dname||this.name||"email";
|
||||
},
|
||||
@@ -246,7 +249,7 @@
|
||||
outputs:1,
|
||||
icon: "envelope.png",
|
||||
paletteLabel: function() {
|
||||
return this.name||this._("email.email");
|
||||
return this._("email.email");
|
||||
},
|
||||
label: function() {
|
||||
return this.name||this._("email.email");
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-node-email",
|
||||
"version": "0.1.27",
|
||||
"version": "0.1.28",
|
||||
"description": "Node-RED nodes to send and receive simple emails",
|
||||
"dependencies": {
|
||||
"nodemailer": "^1.11.0",
|
||||
|
Reference in New Issue
Block a user