diff --git a/storage/mongodb/66-mongodb.js b/storage/mongodb/66-mongodb.js index 6b0a7954..759da6e6 100644 --- a/storage/mongodb/66-mongodb.js +++ b/storage/mongodb/66-mongodb.js @@ -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;