diff --git a/frappe/desk/doctype/dashboard_chart/dashboard_chart.json b/frappe/desk/doctype/dashboard_chart/dashboard_chart.json index 698b115084..b5201a8b1f 100644 --- a/frappe/desk/doctype/dashboard_chart/dashboard_chart.json +++ b/frappe/desk/doctype/dashboard_chart/dashboard_chart.json @@ -224,14 +224,14 @@ }, { "default": "0", - "description": "This chart will be public to all Users if this is set", + "description": "This chart will be available to all Users if this is set", "fieldname": "is_public", "fieldtype": "Check", "label": "Is Public" } ], "links": [], - "modified": "2020-05-01 15:22:03.640602", + "modified": "2020-05-01 15:22:59.119341", "modified_by": "Administrator", "module": "Desk", "name": "Dashboard Chart", diff --git a/frappe/desk/doctype/number_card/number_card.json b/frappe/desk/doctype/number_card/number_card.json index 6bdcf26f12..5fb058d8ce 100644 --- a/frappe/desk/doctype/number_card/number_card.json +++ b/frappe/desk/doctype/number_card/number_card.json @@ -72,7 +72,7 @@ }, { "default": "0", - "description": "This card will be public to all Users if this is set", + "description": "This card will be available to all Users if this is set", "fieldname": "is_public", "fieldtype": "Check", "label": "Is Public" @@ -99,7 +99,7 @@ } ], "links": [], - "modified": "2020-05-01 11:10:20.788844", + "modified": "2020-05-01 15:23:29.550243", "modified_by": "Administrator", "module": "Desk", "name": "Number Card",