From d6187b3d6367459c38ca73d3d6e0ff142ba8deaa Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 14 Apr 2025 22:39:07 +0530 Subject: [PATCH] fix: corrected grammar in payments app error message --- lms/lms/doctype/lms_batch/lms_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )