Revised the text messages in the account form in the accounting application.

This commit is contained in:
2020-08-09 12:17:07 +08:00
parent 724ba44a71
commit 06631d2df1
5 changed files with 289 additions and 223 deletions

View File

@ -317,7 +317,7 @@ class AccountForm(forms.Form):
}, validators=[
RegexValidator(
regex="^[1-9]+$",
message=_("You can only use numbers 1-9 in the code")),
message=_("You can only use numbers 1-9 in the code.")),
validate_account_code,
])
title = forms.CharField(