fix: translation in doctype.js
fix: translation in doctype.js
This commit is contained in:
parent
9f82febc63
commit
13b1a4008c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ frappe.ui.form.on("DocType", {
|
|||
}
|
||||
}
|
||||
|
||||
const customize_form_link = "<a href='/app/customize-form'>Customize Form</a>";
|
||||
const customize_form_link = "<a href='/app/customize-form'>__(Customize Form)</a>";
|
||||
if (!frappe.boot.developer_mode && !frm.doc.custom) {
|
||||
// make the document read-only
|
||||
frm.set_read_only();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue