diff --git a/frappe/core/doctype/audit_trail/audit_trail.json b/frappe/core/doctype/audit_trail/audit_trail.json index 8ad5a88c37..4e47ce2562 100644 --- a/frappe/core/doctype/audit_trail/audit_trail.json +++ b/frappe/core/doctype/audit_trail/audit_trail.json @@ -21,7 +21,7 @@ "fieldname": "doctype_name", "fieldtype": "Link", "in_list_view": 1, - "label": "Doctype", + "label": "DocType", "options": "DocType", "reqd": 1 }, @@ -74,7 +74,7 @@ "index_web_pages_for_search": 1, "issingle": 1, "links": [], - "modified": "2023-08-22 12:12:59.780845", + "modified": "2023-10-04 12:45:49.099121", "modified_by": "Administrator", "module": "Core", "name": "Audit Trail", @@ -85,7 +85,8 @@ "print": 1, "read": 1, "role": "System Manager", - "share": 1 + "share": 1, + "write": 1 } ], "sort_field": "modified",