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." )