PR feedback

This commit is contained in:
CocoByte 2024-08-19 16:32:29 -06:00
parent 357756214f
commit 1cab199eba
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 6 additions and 6 deletions

View file

@ -222,7 +222,7 @@ class DomainRequestAdminForm(forms.ModelForm):
"other_contacts": NoAutocompleteFilteredSelectMultiple("other_contacts", False),
}
labels = {
"action_needed_reason_email": "E-mail",
"action_needed_reason_email": "Email",
}
def __init__(self, *args, **kwargs):