chore: Improve validation message

This commit is contained in:
Deepesh Garg 2023-03-23 19:14:12 +05:30
parent f8cff09129
commit 8ce1da111e

View File

@ -590,7 +590,7 @@ def validate_against_pcv(is_opening, posting_date, company):
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"))