From 2f6799c62baeff117e9832a2561e954ff22fa2f4 Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Tue, 12 Sep 2023 16:58:24 -0700 Subject: [PATCH] Remove comment and update error message wording --- src/registrar/forms/application_wizard.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.")}, )