fix: corrected grammar in payments app error message

This commit is contained in:
Jannat Patel
2025-04-14 22:39:07 +05:30
parent b6577133a9
commit d6187b3d63

View File

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