From 1009f72bba026498420752e26c165f8115111bbd 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/en.json b/email/en.json index 8c2ccbe..41b74a8 100644 --- a/email/en.json +++ b/email/en.json @@ -6,7 +6,7 @@ "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", + "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}",