From 2d398fe452bca0f10a523bd9efe5d16dcc1f60df Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 29 May 2017 20:35:43 +0700 Subject: [PATCH] Change not authorized error message --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index 2fdd4a589..2f0b41511 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -150,7 +150,7 @@ en: copy: "Copy to Clipboard" error: COMMENT_TOO_SHORT: "Your comment must have something in it" - NOT_AUTHORIZED: "Your username or password is not recognized by our system." + NOT_AUTHORIZED: "You are not authorized to perform this action." NO_SPECIAL_CHARACTERS: "Usernames can contain letters numbers and _ only" PASSWORD_LENGTH: "Password is too short" PROFANITY_ERROR: "Usernames must not contain profanity. Please contact the administrator if you believe this to be in error."