mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
Adding new_report email items.
This commit is contained in:
parent
8fe851d727
commit
2b95e1fa2f
1 changed files with 3 additions and 1 deletions
|
@ -18,5 +18,7 @@
|
|||
"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>",
|
||||
"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>"
|
||||
"new_application_body": "Please click the link below to view their application.<br><br><a href=\"{applications_link}\">View Applications</a>",
|
||||
"new_report_subject": "New report created by {reporter_username} for {reported_username} on {hostname}",
|
||||
"new_report_body": "Please click the link below to view all reports.<br><br><a href=\"{reports_link}\">View Reports</a>"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue