소스 검색

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


불러오는 중...
취소
저장