From 5f3d9d2b986cb8d77e4f64c822bd32ffe0fae2de Mon Sep 17 00:00:00 2001 From: prssanna Date: Fri, 1 May 2020 15:24:08 +0530 Subject: [PATCH] fix: fix description of is_public field --- frappe/desk/doctype/dashboard_chart/dashboard_chart.json | 4 ++-- frappe/desk/doctype/number_card/number_card.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",