Make "domain" singular in references to .gov operating requirements (#1667)

* Make "domain" singular in references to .gov operating requirements

* Make "domain" singular in references to .gov operating requirements

* Make "domain" singular in references to .gov operating requirements

* Make "domain" singular in references to .gov operating requirements

* Update label.html

* Change form page title from "Apply for a..." to "Request a..."

* Plural to singular
This commit is contained in:
Michelle Rago 2024-01-23 12:31:28 -05:00 committed by GitHub
parent 2d13f37439
commit 512d87871a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View file

@ -838,8 +838,8 @@ class AnythingElseForm(RegistrarForm):
class RequirementsForm(RegistrarForm):
is_policy_acknowledged = forms.BooleanField(
label="I read and agree to the requirements for operating .gov domains.",
label="I read and agree to the requirements for operating a .gov domain.",
error_messages={
"required": ("Check the box if you read and agree to the requirements for operating .gov domains.")
"required": ("Check the box if you read and agree to the requirements for operating a .gov domain.")
},
)