From 628dc2512eb4c125f8fd6abbb0f373b4d269b4fd Mon Sep 17 00:00:00 2001 From: Paulo Almeida Date: Wed, 24 May 2017 17:34:49 +0100 Subject: [PATCH] translations on communications.js --- frappe/core/doctype/communication/communication.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/core/doctype/communication/communication.js b/frappe/core/doctype/communication/communication.js index 4735469481..71abb6d7ae 100644 --- a/frappe/core/doctype/communication/communication.js +++ b/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")) } }) }