diff --git a/main.js b/main.js index a440ab9..d78ebda 100644 --- a/main.js +++ b/main.js @@ -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;