From f21752452444feb1dcb2ce72a2f58386aa5f537c Mon Sep 17 00:00:00 2001 From: pbkwee Date: Sun, 12 Nov 2017 12:40:01 +1300 Subject: [PATCH] Update en.lang "Your email address or password are not correct". Message indicates one thing is wrong. So use is not are. --- languages/en.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/en.lang b/languages/en.lang index f68a2542..ec7137ca 100644 --- a/languages/en.lang +++ b/languages/en.lang @@ -44,7 +44,7 @@ $PALANG['pLogin_username'] = 'Login (email)'; $PALANG['password'] = 'Password'; $PALANG['pLogin_language'] = 'Language'; $PALANG['pLogin_button'] = 'Login'; -$PALANG['pLogin_failed'] = 'Your email address or password are not correct.'; +$PALANG['pLogin_failed'] = 'Your email address or password is not correct.'; $PALANG['pLogin_login_users'] = 'Users click here to login to the user section.'; $PALANG['pMenu_main'] = 'Main';