diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index a92831541..105e48953 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -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.")}, )