diff --git a/email/en.json b/email/en.json index 5fe649a..badb7c0 100644 --- a/email/en.json +++ b/email/en.json @@ -16,5 +16,7 @@ "notification_mentioned_by_subject": "Mentioned by {username}", "notification_mentioned_by_body": "

Person Mention


{username} - {comment_text}

inbox", "notification_private_message_subject": "Private message from {username}", - "notification_private_message_body": "

Private message


{username} - {message_text}

inbox" + "notification_private_message_body": "

Private message


{username} - {message_text}

inbox", + "new_application_subject": "{username} has applied to join {hostname}", + "new_application_body": "Please click the link below to view their application.

View Applications" }