fix: translation in doctype.js

fix: translation in doctype.js
This commit is contained in:
mahsem 2024-06-23 14:17:54 +02:00 committed by GitHub
parent 9f82febc63
commit 13b1a4008c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();