Skip to content

Commit

Permalink
Adding applications email links.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 4, 2022
1 parent 7c39457 commit f5d6f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion email/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"notification_mentioned_by_subject": "Mentioned by {username}",
"notification_mentioned_by_body": "<h1>Person Mention</h1><br><div>{username} - {comment_text}</div><br><a href=\"{inbox_link}\">inbox</a>",
"notification_private_message_subject": "Private message from {username}",
"notification_private_message_body": "<h1>Private message</h1><br><div>{username} - {message_text}</div><br><a href=\"{inbox_link}\">inbox</a>"
"notification_private_message_body": "<h1>Private message</h1><br><div>{username} - {message_text}</div><br><a href=\"{inbox_link}\">inbox</a>",
"new_application_subject": "{username} has applied to join {hostname}",
"new_application_body": "Please click the link below to view their application.<br><br><a href=\"{applications_link}\">View Applications</a>"
}

0 comments on commit f5d6f0e

Please sign in to comment.