瀏覽代碼

Merge pull request #3383 from almeidapaulopt/translation_email

translations on communications.js
version-14
Makarand Bauskar 8 年之前
committed by GitHub
父節點
當前提交
27a69e332f
共有 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,
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,
callback: function(r) {
frappe.msgprint("Email has been moved to trash")
frappe.msgprint(__("Email has been moved to trash"))
}
})
}


Loading…
取消
儲存