From 2a9d16a555fa982677c8fe416f52ae3e824eb62d Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:58:57 -0500 Subject: [PATCH] Updated legal acknowledgement statement --- src/registrar/forms/application_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 56d62ce2b..15da5a2d4 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -281,7 +281,7 @@ class AnythingElseForm(RegistrarForm): class RequirementsForm(RegistrarForm): is_policy_acknowledged = forms.BooleanField( - label="I read and agree to the .gov domain requirements." + label="I read and agree to the requirements for registering and operating .gov domains." )