diff options
Diffstat (limited to 'Core/Exception/CookieTheftException.php')
-rw-r--r-- | Core/Exception/CookieTheftException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/CookieTheftException.php b/Core/Exception/CookieTheftException.php index badd7b1..8d9e154 100644 --- a/Core/Exception/CookieTheftException.php +++ b/Core/Exception/CookieTheftException.php @@ -25,6 +25,6 @@ class CookieTheftException extends AuthenticationException */ public function getMessageKey() { - return 'security.exception.cookie_theft_exception'; + return 'Cookie has already been used by someone else.'; } } |