mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
Remove duplicate aria text
This commit is contained in:
parent
8fcf4a5706
commit
3770494781
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ class PurposeForm(RegistrarForm):
|
||||||
widget=forms.Textarea(
|
widget=forms.Textarea(
|
||||||
attrs={
|
attrs={
|
||||||
"aria-label": "What is the purpose of your requested domain? Describe how you’ll use your .gov domain. \
|
"aria-label": "What is the purpose of your requested domain? Describe how you’ll use your .gov domain. \
|
||||||
Will it be used for a website, email, or something else? You can enter up to 2000 characters."
|
Will it be used for a website, email, or something else?"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
validators=[
|
validators=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue