Adding applications email links.

This commit is contained in:
Dessalines 2022-08-04 12:08:00 -04:00
parent 7c3945745d
commit f5d6f0eaba
1 changed files with 3 additions and 1 deletions

View File

@ -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>"
}