Browse Source

Consistent order (#5167)

Keep the alphabetical order of the validation messages.
byjml 4 years ago
parent
commit
9b6643226d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/lang/en/passwords.php

+ 1 - 1
resources/lang/en/passwords.php

@@ -15,8 +15,8 @@ return [
 
     '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.',
 
 ];