summaryrefslogtreecommitdiffstats
path: root/Core/Exception/AuthenticationCredentialsNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Exception/AuthenticationCredentialsNotFoundException.php')
-rw-r--r--Core/Exception/AuthenticationCredentialsNotFoundException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/AuthenticationCredentialsNotFoundException.php b/Core/Exception/AuthenticationCredentialsNotFoundException.php
index 1bd8ffd..633b2be 100644
--- a/Core/Exception/AuthenticationCredentialsNotFoundException.php
+++ b/Core/Exception/AuthenticationCredentialsNotFoundException.php
@@ -25,6 +25,6 @@ class AuthenticationCredentialsNotFoundException extends AuthenticationException
*/
public function getMessageKey()
{
- return 'security.exception.authentication_credentials_not_found_exception';
+ return 'Authentication credentials could not be found.';
}
}