diff --git a/templates/email/notification_deletion.php b/templates/email/notification_deletion.php index 6d58d35b..87f2f8d4 100644 --- a/templates/email/notification_deletion.php +++ b/templates/email/notification_deletion.php @@ -21,7 +21,7 @@ if ( ! defined( 'ABSPATH' ) ) {
-
{display_name} has just deleted their {site_name} account.
+
{display_name} has just deleted their {site_name} account.
diff --git a/templates/email/notification_new_user.php b/templates/email/notification_new_user.php index 59be08f7..14529ee8 100644 --- a/templates/email/notification_new_user.php +++ b/templates/email/notification_new_user.php @@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
-
{display_name} has just created an account on {site_name}.
+
{display_name} has just created an account on {site_name}.
To view their profile click here: {user_profile_link}
diff --git a/templates/email/notification_review.php b/templates/email/notification_review.php index cab18131..4a1f08fb 100644 --- a/templates/email/notification_review.php +++ b/templates/email/notification_review.php @@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
-
{display_name} has just applied for membership to {site_name} and is waiting to be reviewed.
+
{display_name} has just applied for membership to {site_name} and is waiting to be reviewed.
To review this member please click the following link: {user_profile_link}