From fb28f5289f22e3ae992383d819bf350557ca9425 Mon Sep 17 00:00:00 2001 From: "El-Shafei H." Date: Thu, 4 Dec 2025 09:41:29 +0300 Subject: [PATCH] fix: Typo message (#35060) --- frappe/workflow/doctype/workflow/workflow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/workflow/doctype/workflow/workflow.js b/frappe/workflow/doctype/workflow/workflow.js index f45bea3b1e..48c09a8daa 100644 --- a/frappe/workflow/doctype/workflow/workflow.js +++ b/frappe/workflow/doctype/workflow/workflow.js @@ -9,7 +9,7 @@ frappe.ui.form.on("Workflow", { let title, note; let workflow_builder_url = "/app/workflow-builder"; let msg = __( - "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." + "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update their properties from the sidebar." ); if (frm.is_new()) {