summaryrefslogtreecommitdiffstats
path: root/Core/Exception/UsernameNotFoundException.php
diff options
context:
space:
mode:
authorAlexander <iam.asm89@gmail.com>2013-01-07 20:55:10 +0100
committerAlexander <iam.asm89@gmail.com>2013-01-07 21:11:24 +0100
commitac7c23c1c1a61522d79acf0b1ca492fdda11ab28 (patch)
tree3c88e3c43ee1beac19d2078c489d7358d930a275 /Core/Exception/UsernameNotFoundException.php
parentf116f931eaf85af90449300267c91bd8a22175c2 (diff)
downloadsymfony-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/UsernameNotFoundException.php')
-rw-r--r--Core/Exception/UsernameNotFoundException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Exception/UsernameNotFoundException.php b/Core/Exception/UsernameNotFoundException.php
index 0299f83..f656bac 100644
--- a/Core/Exception/UsernameNotFoundException.php
+++ b/Core/Exception/UsernameNotFoundException.php
@@ -26,7 +26,7 @@ class UsernameNotFoundException extends AuthenticationException
*/
public function getMessageKey()
{
- return 'security.exception.username_not_found_exception';
+ return 'Username could not be found.';
}
/**