replace department group to department

This commit is contained in:
ahmad zaqout 2018-08-11 22:10:24 +03:00 committed by GitHub
parent 0fd562e0d9
commit 7df03a4b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ frappe.ui.form.on('Department', {
// read-only for root department
if(!frm.doc.parent_department) {
cur_frm.set_read_only();
cur_frm.set_intro(__("This is a root department group and cannot be edited."));
cur_frm.set_intro(__("This is a root department and cannot be edited."));
}
},
validate: function(frm) {