summaryrefslogtreecommitdiffstats
path: root/Core/Exception/CredentialsExpiredException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Exception/CredentialsExpiredException.php')
-rw-r--r--Core/Exception/CredentialsExpiredException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/CredentialsExpiredException.php b/Core/Exception/CredentialsExpiredException.php
index 03f96c3..b9bf2d1 100644
--- a/Core/Exception/CredentialsExpiredException.php
+++ b/Core/Exception/CredentialsExpiredException.php
@@ -24,6 +24,6 @@ class CredentialsExpiredException extends AccountStatusException
*/
public function getMessageKey()
{
- return 'security.exception.credentials_expired_exception';
+ return 'Credentials have expired.';
}
}