diff --git a/src/registrar/utility/email.py b/src/registrar/utility/email.py index 6c5f5f172..2c0182ff6 100644 --- a/src/registrar/utility/email.py +++ b/src/registrar/utility/email.py @@ -96,7 +96,7 @@ def send_templated_email( # noqa # make sure we don't try and send an email to nowhere if not destination: - message = "E-mail unable to send, no valid recipients provided." + message = "Email unable to send, no valid recipients provided." raise EmailSendingError(message) try: