Skip to content

Commit

Permalink
Consistent order (laravel#5167)
Browse files Browse the repository at this point in the history
Keep the alphabetical order of the validation messages.
  • Loading branch information
byjml authored and taylorotwell committed Dec 4, 2019
1 parent b56fe84 commit 9b66432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
'throttled' => 'Please wait before retrying.',

];

0 comments on commit 9b66432

Please sign in to comment.