From bea7c72ae94d69669c0e8068081dff3eb5e6e897 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 14 Jun 2019 16:40:33 +0530 Subject: [PATCH] fix: Update checkbox description --- .../workflow_document_state/workflow_document_state.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json b/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json index 1725ff9735..1bfe74d100 100644 --- a/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +++ b/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json @@ -76,7 +76,7 @@ }, { "default": "0", - "description": "If the state is set optional then workflow action will not be created for transition to this state. ", + "description": "Workflow Action is not created for optional states", "fieldname": "is_optional_state", "fieldtype": "Check", "label": "Is Optional State"