From 86c00acbda43bf39d9cf0bca245b6785f83da14a Mon Sep 17 00:00:00 2001 From: sunaurus Date: Sun, 11 Jun 2023 01:20:01 +0300 Subject: [PATCH] Remove stray comma from verify_email_body --- email/en.json | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/email/en.json b/email/en.json index c7ac558..9a38025 100644 --- a/email/en.json +++ b/email/en.json @@ -1,24 +1,23 @@ -{ - "registration_approved_subject": "Registration approved for {username}", - "registration_approved_body": "Your registration application has been approved. Welcome to {hostname}!", - "registration_denied": "Registration denied", - "application_question_required": "You must add an application questionnaire if applications are required.", - "password_reset_subject": "Password reset for {username}", - "password_reset_body": "

Password Reset Request for {username}


Click here to reset your password", - "verify_email_subject": "Verify your email address for {hostname}", - "verify_email_body": "Please click the link below to verify your email address for the account @{username}@{hostname}. Ignore this email if the account isn't yours.

Verify your email", - "email_verified_subject": "Email verified for {username}", - "email_verified_body": "Your email has been verified.", - "notification_post_reply_subject": "Reply from {username}", - "notification_post_reply_body": "

Post reply


{username} - {comment_text}

inbox", - "notification_comment_reply_subject": "Reply from {username}", - "notification_comment_reply_body": "

Comment reply


{username} - {comment_text}

inbox", - "notification_mentioned_by_subject": "Mentioned by {username}", - "notification_mentioned_by_body": "

Person Mention


{username} - {comment_text}

inbox", - "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_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" +{ "registration_approved_subject": "Registration approved for {username}", + "registration_approved_body": "Your registration application has been approved. Welcome to {hostname}!", + "registration_denied": "Registration denied", + "application_question_required": "You must add an application questionnaire if applications are required.", + "password_reset_subject": "Password reset for {username}", + "password_reset_body": "

Password Reset Request for {username}


Click here to reset your password", + "verify_email_subject": "Verify your email address for {hostname}", + "verify_email_body": "Please click the link below to verify your email address for the account @{username}@{hostname}. Ignore this email if the account isn't yours.

Verify your email", + "email_verified_subject": "Email verified for {username}", + "email_verified_body": "Your email has been verified.", + "notification_post_reply_subject": "Reply from {username}", + "notification_post_reply_body": "

Post reply


{username} - {comment_text}

inbox", + "notification_comment_reply_subject": "Reply from {username}", + "notification_comment_reply_body": "

Comment reply


{username} - {comment_text}

inbox", + "notification_mentioned_by_subject": "Mentioned by {username}", + "notification_mentioned_by_body": "

Person Mention


{username} - {comment_text}

inbox", + "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_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" }