Additional cs fixes

Signed-off-by: Graham Campbell <graham@cachethq.io>
This commit is contained in:
Graham Campbell
2015-06-01 15:43:37 +01:00
parent 060938bc66
commit bf3785d0bc
25 changed files with 121 additions and 85 deletions

View File

@@ -13,10 +13,10 @@ 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!',
];