Fix status error in mongoDB node

This commit is contained in:
Kazuhito Yokoi 2020-10-28 19:26:11 +09:00
parent 07e5d9fd65
commit e606090de9

View File

@ -69,7 +69,7 @@ module.exports = function(RED) {
this.multi = n.multi || false;
this.operation = n.operation;
this.mongoConfig = RED.nodes.getNode(this.mongodb);
this.status({fill:"grey",shape:"ring",text:RED._("mongodbstatus.connecting")});
this.status({fill:"grey",shape:"ring",text:RED._("mongodb.status.connecting")});
var node = this;
var noerror = true;