From f3e9f17b859cb7a181cdbfc9c45c66945acaa101 Mon Sep 17 00:00:00 2001
From: tobi132 <tobi132@gmx.net>
Date: Thu, 17 Oct 2019 12:07:33 +0200
Subject: [PATCH] Fix typo

---
 system/login.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/login.php b/system/login.php
index 4c267929..330efd13 100644
--- a/system/login.php
+++ b/system/login.php
@@ -149,7 +149,7 @@ else
 			}
 		}
 		else {
-			$errors[] = 'Please enter your account ' . (USE_ACCOUNT_NAME ? 'name' : 'password') . ' and password.';
+			$errors[] = 'Please enter your account ' . (USE_ACCOUNT_NAME ? 'name' : 'number') . ' and password.';
 
 			$hooks->trigger(HOOK_LOGIN_ATTEMPT, array('account' => $login_account, 'password' => $login_password, 'remember_me' => $remember_me));
 		}