Remove comment and update error message wording

This commit is contained in:
Rebecca Hsieh 2023-09-12 16:58:24 -07:00
parent 20d524f5e4
commit 2f6799c62b
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -320,9 +320,7 @@ class AboutYourOrganizationForm(RegistrarForm):
message="Response must be less than 1000 characters.",
)
],
# TODO-446: Confirm if err msg wording is ok, previously
# TODO-446: "Enter the type of work your organization does."
error_messages={"required": ("Enter the information about your organization.")},
error_messages={"required": ("Enter more information about your organization.")},
)