From 2b95e1fa2f6ecb50a5b0575b1362b9f81a60e9b7 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 13 Feb 2023 12:54:08 -0500 Subject: [PATCH] Adding new_report email items. --- email/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/email/en.json b/email/en.json index badb7c0..8c2ccbe 100644 --- a/email/en.json +++ b/email/en.json @@ -18,5 +18,7 @@ "notification_private_message_subject": "Private message from {username}", "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" + "new_application_body": "Please click the link below to view their application.

View Applications", + "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.

View Reports" }