Browse Source

translations on communications.js

version-14
Paulo Almeida 8 years ago
parent
commit
628dc2512e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/core/doctype/communication/communication.js

+ 2
- 2
frappe/core/doctype/communication/communication.js 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"))
}
})
}


Loading…
Cancel
Save