Commit 901078d4 authored by Lu Xu's avatar Lu Xu 👀

slapos_jio: fixup some untranslated words on console pages

parent 9418d7bb
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
}); });
}) })
.push(function () { .push(function () {
return gadget.notifySubmitted({message: 'Login is Disabled.', status: 'success'}) return gadget.notifySubmitted({message: gadget.message_translation, status: 'success'})
.push(function () { .push(function () {
// Workaround, find a way to open document without break gadget. // Workaround, find a way to open document without break gadget.
return gadget.redirect({"command": "change", return gadget.redirect({"command": "change",
......
...@@ -669,7 +669,7 @@ ...@@ -669,7 +669,7 @@
"New": "新建", "New": "新建",
"Email": "电子邮件", "Email": "电子邮件",
"Your Email": "您的电子邮件", "Your Email": "您的电子邮件",
"Invoice:": "发票", "Invoice:": "账单",
"Password is different from confirmation": "密码不一致", "Password is different from confirmation": "密码不一致",
"All criterions (AND)": "符合所有(和)", "All criterions (AND)": "符合所有(和)",
"Projects": "项目", "Projects": "项目",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment