chore: Improve validation message
diff --git a/erpnext/accounts/general_ledger.py b/erpnext/accounts/general_ledger.py
index 9fff6f4..6b2546e 100644
--- a/erpnext/accounts/general_ledger.py
+++ b/erpnext/accounts/general_ledger.py
@@ -590,7 +590,7 @@
formatdate(last_pcv_date)
)
message += "</br >"
- message += _("You cannot create any new accounting entries till this date.")
+ message += _("You cannot create/amend any accounting entries till this date.")
frappe.throw(message, title=_("Period Closed"))