diff options
author | Alexander <iam.asm89@gmail.com> | 2013-01-07 20:55:10 +0100 |
---|---|---|
committer | Alexander <iam.asm89@gmail.com> | 2013-01-07 21:11:24 +0100 |
commit | ac7c23c1c1a61522d79acf0b1ca492fdda11ab28 (patch) | |
tree | 3c88e3c43ee1beac19d2078c489d7358d930a275 /Core/Exception/LockedException.php | |
parent | f116f931eaf85af90449300267c91bd8a22175c2 (diff) | |
download | symfony-security-ac7c23c1c1a61522d79acf0b1ca492fdda11ab28.zip symfony-security-ac7c23c1c1a61522d79acf0b1ca492fdda11ab28.tar.gz symfony-security-ac7c23c1c1a61522d79acf0b1ca492fdda11ab28.tar.bz2 |
[Security] Switch to English messages as message keys
Diffstat (limited to 'Core/Exception/LockedException.php')
-rw-r--r-- | Core/Exception/LockedException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/LockedException.php b/Core/Exception/LockedException.php index f185a02..6532f70 100644 --- a/Core/Exception/LockedException.php +++ b/Core/Exception/LockedException.php @@ -24,6 +24,6 @@ class LockedException extends AccountStatusException */ public function getMessageKey() { - return 'security.exception.locked_exception'; + return 'Account is locked.'; } } |