diff --git a/templates/EmailAdminNewPatron.php b/templates/EmailAdminNewPatron.php
index 76815c06..8f534d2d 100644
--- a/templates/EmailAdminNewPatron.php
+++ b/templates/EmailAdminNewPatron.php
@@ -17,7 +17,7 @@
Name: |
- if($patron->User->Name === null){ ?>Anonymous }else{ ?>= Formatter::ToPlainText($patron->User->Name) ?> } ?> |
+ if($patron->User->Name === null){ ?>Anonymous }else{ ?>= Formatter::ToPlainText($patron->User->Name) ?> if($patron->IsAnonymous){ ?> (Anonymous) } ?> } ?> |
Donation type: |
diff --git a/templates/EmailAdminNewPatronText.php b/templates/EmailAdminNewPatronText.php
index f2cd82ed..5c73a45e 100644
--- a/templates/EmailAdminNewPatronText.php
+++ b/templates/EmailAdminNewPatronText.php
@@ -1,4 +1,4 @@
-Name: if($patron->User->Name === null){ ?>Anonymous }else{ ?>= Formatter::ToPlainText($patron->User->Name) ?> } ?>
+Name: if($patron->User->Name === null){ ?>Anonymous }else{ ?>= Formatter::ToPlainText($patron->User->Name) ?> if($patron->IsAnonymous){ ?> (Anonymous) } ?> } ?>
Donation type: if($payment->IsRecurring){ ?>Recurring }else{ ?>One-time } ?>