mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-09 22:14:43 +02:00
Remove comment and update error message wording
This commit is contained in:
parent
20d524f5e4
commit
2f6799c62b
1 changed files with 1 additions and 3 deletions
|
@ -320,9 +320,7 @@ class AboutYourOrganizationForm(RegistrarForm):
|
||||||
message="Response must be less than 1000 characters.",
|
message="Response must be less than 1000 characters.",
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
# TODO-446: Confirm if err msg wording is ok, previously
|
error_messages={"required": ("Enter more information about your organization.")},
|
||||||
# TODO-446: "Enter the type of work your organization does."
|
|
||||||
error_messages={"required": ("Enter the information about your organization.")},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue