Merge pull request #3383 from almeidapaulopt/translation_email

translations on communications.js
This commit is contained in:
Makarand Bauskar 2017-06-01 13:23:14 +05:30 committed by GitHub
commit 27a69e332f

View file

@ -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"))
}
})
}