From bf4472865ef54555d023bf5bb040f81661c2e473 Mon Sep 17 00:00:00 2001 From: theerayut Date: Thu, 31 Jul 2025 13:55:36 +0700 Subject: [PATCH] refactor: change field's description --- .../doctype/workflow_transition/workflow_transition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/workflow/doctype/workflow_transition/workflow_transition.json b/frappe/workflow/doctype/workflow_transition/workflow_transition.json index b90a0332ff..3e2edba5ad 100644 --- a/frappe/workflow/doctype/workflow_transition/workflow_transition.json +++ b/frappe/workflow/doctype/workflow_transition/workflow_transition.json @@ -104,7 +104,7 @@ }, { "default": "0", - "description": "If checked, action confirmation will be required before performing workflow actions", + "description": "If checked, a confirmation will be required before performing workflow actions.", "fieldname": "enable_action_confirmation", "fieldtype": "Check", "label": "Enable Action Confirmation"