mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
Adding applications email links.
This commit is contained in:
parent
7c3945745d
commit
f5d6f0eaba
1 changed files with 3 additions and 1 deletions
|
@ -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>"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue