瀏覽代碼

translations on communications.js

version-14
Paulo Almeida 8 年之前
父節點
當前提交
628dc2512e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/core/doctype/communication/communication.js

+ 2
- 2
frappe/core/doctype/communication/communication.js 查看文件

@@ -225,7 +225,7 @@ frappe.ui.form.on("Communication", {
}, },
freeze: true, freeze: true,
callback: function(r) { callback: function(r) {
frappe.msgprint("Email has been marked as spam")
frappe.msgprint(__("Email has been marked as spam"))
} }
}) })
}, },
@@ -238,7 +238,7 @@ frappe.ui.form.on("Communication", {
}, },
freeze: true, freeze: true,
callback: function(r) { callback: function(r) {
frappe.msgprint("Email has been moved to trash")
frappe.msgprint(__("Email has been moved to trash"))
} }
}) })
} }


Loading…
取消
儲存