Split line length of long strong

This commit is contained in:
Erin Song 2024-11-21 11:34:27 -08:00
parent 1b034ba04b
commit f79b4e58c7
No known key found for this signature in database

View file

@ -526,7 +526,8 @@ class PurposeForm(RegistrarForm):
label="Purpose", label="Purpose",
widget=forms.Textarea( widget=forms.Textarea(
attrs={ attrs={
"aria-label": "What is the purpose of your requested domain? Describe how youll use your .gov domain. Will it be used for a website, email, or something else? You can enter up to 2000 characters." "aria-label": "What is the purpose of your requested domain? Describe how youll use your .gov domain. Will it be used \
for a website, email, or \something else? You can enter up to 2000 characters."
} }
), ),
validators=[ validators=[