Skip to content

Commit

Permalink
fix: Renamed Notes section to Comments
Browse files Browse the repository at this point in the history
(cherry picked from commit 56a4a77)
  • Loading branch information
nabinhait authored and mergify[bot] committed Oct 15, 2022
1 parent 794167a commit 9e94dd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions erpnext/crm/doctype/lead/lead.json
Expand Up @@ -375,7 +375,7 @@
"depends_on": "eval:!doc.__islocal",
"fieldname": "notes_tab",
"fieldtype": "Tab Break",
"label": "Notes"
"label": "Comments"
},
{
"collapsible": 1,
Expand Down Expand Up @@ -514,7 +514,7 @@
"idx": 5,
"image_field": "image",
"links": [],
"modified": "2022-08-09 18:26:17.101521",
"modified": "2022-10-13 12:28:47.241586",
"modified_by": "Administrator",
"module": "CRM",
"name": "Lead",
Expand Down
4 changes: 2 additions & 2 deletions erpnext/crm/doctype/opportunity/opportunity.json
Expand Up @@ -551,7 +551,7 @@
"depends_on": "eval:!doc.__islocal",
"fieldname": "notes_tab",
"fieldtype": "Tab Break",
"label": "Notes"
"label": "Comments"
},
{
"fieldname": "notes_html",
Expand Down Expand Up @@ -622,7 +622,7 @@
"icon": "fa fa-info-sign",
"idx": 195,
"links": [],
"modified": "2022-08-09 18:26:37.235964",
"modified": "2022-10-13 12:29:18.233542",
"modified_by": "Administrator",
"module": "CRM",
"name": "Opportunity",
Expand Down
4 changes: 2 additions & 2 deletions erpnext/crm/doctype/prospect/prospect.json
Expand Up @@ -128,7 +128,7 @@
"depends_on": "eval:!doc.__islocal",
"fieldname": "notes_section",
"fieldtype": "Tab Break",
"label": "Notes"
"label": "Comments"
},
{
"depends_on": "eval: !doc.__islocal",
Expand Down Expand Up @@ -218,7 +218,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-08-09 18:26:56.950185",
"modified": "2022-10-13 12:29:33.674561",
"modified_by": "Administrator",
"module": "CRM",
"name": "Prospect",
Expand Down

0 comments on commit 9e94dd9

Please sign in to comment.