fix: error message
diff --git a/erpnext/manufacturing/doctype/job_card/job_card.py b/erpnext/manufacturing/doctype/job_card/job_card.py
index d6ae489..90792c3 100644
--- a/erpnext/manufacturing/doctype/job_card/job_card.py
+++ b/erpnext/manufacturing/doctype/job_card/job_card.py
@@ -550,7 +550,7 @@
def validate_work_order(self):
if self.is_work_order_closed():
- frappe.throw(_("You can't make any changes to Job Card since Work Order is stopped."))
+ frappe.throw(_("You can't make any changes to Job Card since Work Order is closed."))
def is_work_order_closed(self):
if self.work_order: