Update main.js

This commit is contained in:
钟进 2018-09-23 16:31:23 +08:00
parent 3ac79ee384
commit e7d30f5afd

View File

@ -191,7 +191,7 @@ function _(text) {
});
req.end();
} else {
adapter.log.warn('Translate: "' + text + '": {"en": "' + text + '", "de": "' + text + '", "ru": "' + text + '"}, please send to developer');
adapter.log.warn('Translate: "' + text + '": {"en": "' + text + '", "cn": "' + text + '"}, please send to developer');
}
}
return text;