diff --git a/src/accounting/account/forms.py b/src/accounting/account/forms.py index 15b39fc..355f99e 100644 --- a/src/accounting/account/forms.py +++ b/src/accounting/account/forms.py @@ -32,7 +32,7 @@ from accounting.utils.user import get_current_user_pk class BaseAccountExists: - """The validator to check if the base account code exists.""" + """The validator to check if the base account exists.""" def __call__(self, form: FlaskForm, field: StringField) -> None: if field.data == "":