Clean up files.

This commit is contained in:
James Cole
2016-03-03 12:15:18 +01:00
parent c7250bfcba
commit 89ab0a7e97
4 changed files with 22 additions and 22 deletions

View File

@@ -12,11 +12,11 @@ return [
|
*/
"password" => "Passwords must be at least six characters and match the confirmation.",
"user" => "We can't find a user with that e-mail address.",
"token" => "This password reset token is invalid.",
"sent" => "We have e-mailed your password reset link!",
"reset" => "Your password has been reset!",
'password' => 'Passwords must be at least six characters and match the confirmation.',
'user' => 'We can\'t find a user with that e-mail address.',
'token' => 'This password reset token is invalid.',
'sent' => 'We have e-mailed your password reset link!',
'reset' => 'Your password has been reset!',
'blocked' => 'Nice try though.',
];