Update logging wording

This commit is contained in:
Rebecca Hsieh 2023-08-23 09:17:14 -07:00
parent 65699d7436
commit 60232aebb2
No known key found for this signature in database
GPG key ID: 644527A2F375A379

View file

@ -591,7 +591,7 @@ class DomainApplication(TimeStampedModel):
def withdraw(self):
"""Withdraw an application that has been submitted."""
self._send_status_update_email(
"action needed",
"withdraw",
"emails/domain_request_withdrawn.txt",
"emails/domain_request_withdrawn_subject.txt",
)