fix: Typo message (#35060)

This commit is contained in:
El-Shafei H. 2025-12-04 09:41:29 +03:00 committed by GitHub
parent e5b34d8af3
commit fb28f5289f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()) {