diff --git a/lms/lms/doctype/lms_batch/lms_batch.py b/lms/lms/doctype/lms_batch/lms_batch.py index 02c2b04b..cfb527bd 100644 --- a/lms/lms/doctype/lms_batch/lms_batch.py +++ b/lms/lms/doctype/lms_batch/lms_batch.py @@ -56,7 +56,7 @@ class LMSBatch(Document): documentation_link = "https://docs.frappe.io/learning/setting-up-payment-gateway" frappe.throw( _( - "Please install the Payments App to create a paid batches. Refer to the documentation for more details. {0}" + "Please install the Payments App to create a paid batch. Refer to the documentation for more details. {0}" ).format(documentation_link) )