mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
more error message updates
This commit is contained in:
parent
dd2738482e
commit
0cf254a4be
1 changed files with 2 additions and 2 deletions
|
@ -797,11 +797,11 @@ class Purpose(DomainRequestWizard):
|
|||
option = feb_purpose_options_form.cleaned_data.get("feb_purpose_choice")
|
||||
if option == "new":
|
||||
purpose_details_form.fields["purpose"].error_messages = {
|
||||
"required": "Explain why a new domain is required."
|
||||
"required": "Provide details on why a new domain is required."
|
||||
}
|
||||
elif option == "redirect":
|
||||
purpose_details_form.fields["purpose"].error_messages = {
|
||||
"required": "Explain why a redirect is needed."
|
||||
"required": "Provide details on why a redirect is necessary."
|
||||
}
|
||||
elif option == "other":
|
||||
purpose_details_form.fields["purpose"].error_messages = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue