From 344c20fd99d0a9380e8319beaf24122cfacc5b30 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 18 May 2019 21:38:38 +1000 Subject: [PATCH] improve error notification shown when a player is blocked This improves the wording in the error notification that a player sees when they've been blocked. It also also changes markdown links to plain text because raw markdown was being shown in some locations (for example when you saw the error messages on the command line while using an API command). These changes have been discussed with and approved by beffymaroo and the other mods. --- website/common/locales/en/front.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/front.json b/website/common/locales/en/front.json index 06ead889ae..0bcf963aa1 100644 --- a/website/common/locales/en/front.json +++ b/website/common/locales/en/front.json @@ -283,7 +283,7 @@ "passwordResetEmailHtml": "If you requested a password reset for <%= username %> on Habitica, \">click here to set a new one. The link will expire after 24 hours.

If you haven't requested a password reset, please ignore this email.", "invalidLoginCredentialsLong": "Uh-oh - your email address / username or password is incorrect.\n- Make sure they are typed correctly. Your username and password are case-sensitive.\n- You may have signed up with Facebook or Google-sign-in, not email so double-check by trying them.\n- If you forgot your password, click \"Forgot Password\".", "invalidCredentials": "There is no account that uses those credentials.", - "accountSuspended": "This account, User ID \"<%= userId %>\", has been blocked for breaking the [Community Guidelines](https://habitica.com/static/community-guidelines) or [Terms of Service](https://habitica.com/static/terms). For details or to ask to be unblocked, please email our Community Manager at <%= communityManagerEmail %> or ask your parent or guardian to email them. Please copy your User ID into the email and include your username.", + "accountSuspended": "This account, User ID \"<%= userId %>\", has been blocked for breaking the Community Guidelines (https://habitica.com/static/community-guidelines) or Terms of Service (https://habitica.com/static/terms). For details or to ask to be unblocked, please email our Community Manager at <%= communityManagerEmail %> or ask your parent or guardian to email them. Please include your @Username in the email.", "accountSuspendedTitle": "Account has been suspended", "unsupportedNetwork": "This network is not currently supported.", "cantDetachSocial": "Account lacks another authentication method; can't detach this authentication method.",