mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-29 14:06:32 +02:00
Merge pull request #2598 from cisagov/nl/2470-update-action-needed-email
Issue #2470 - Enhance analysts ability to update "Action needed" email text [nl]
This commit is contained in:
commit
ecfd4d148c
4 changed files with 239 additions and 48 deletions
|
@ -224,7 +224,7 @@ class DomainRequestAdminForm(forms.ModelForm):
|
|||
"other_contacts": NoAutocompleteFilteredSelectMultiple("other_contacts", False),
|
||||
}
|
||||
labels = {
|
||||
"action_needed_reason_email": "Auto-generated email",
|
||||
"action_needed_reason_email": "Email",
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue