summaryrefslogtreecommitdiffstats
path: root/Core/Exception/BadCredentialsException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Exception/BadCredentialsException.php')
-rw-r--r--Core/Exception/BadCredentialsException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/BadCredentialsException.php b/Core/Exception/BadCredentialsException.php
index 3ac4800..5deecca 100644
--- a/Core/Exception/BadCredentialsException.php
+++ b/Core/Exception/BadCredentialsException.php
@@ -24,6 +24,6 @@ class BadCredentialsException extends AuthenticationException
*/
public function getMessageKey()
{
- return 'security.exception.bad_credentials_exception';
+ return 'Invalid credentials.';
}
}