diff --git a/erpnext/accounts/general_ledger.py b/erpnext/accounts/general_ledger.py index 9fff6f4b5377..6b2546e82026 100644 --- a/erpnext/accounts/general_ledger.py +++ b/erpnext/accounts/general_ledger.py @@ -590,7 +590,7 @@ def validate_against_pcv(is_opening, posting_date, company): formatdate(last_pcv_date) ) message += "
" - 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"))