fix(UI): succinct field name for DocType name
This commit is contained in:
parent
7e0f281fda
commit
ec742dfe02
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ frappe.listview_settings["DocType"] = {
|
|||
let non_developer = frappe.session.user !== "Administrator" || !frappe.boot.developer_mode;
|
||||
let fields = [
|
||||
{
|
||||
label: __("DocType Name"),
|
||||
label: __("Name"),
|
||||
fieldname: "name",
|
||||
fieldtype: "Data",
|
||||
reqd: 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue