Left file: appwork-v1_4_0/laravel-vue-starter/resources/lang/en/passwords.php  
Right file: appwork-v1_5_0/laravel-vue-starter/resources/lang/en/passwords.php  
1 <?php = 1 <?php
2     2  
3 return [   3 return [
4     4  
5     /*   5     /*
6     |--------------------------------------------------------------------------   6     |--------------------------------------------------------------------------
7     | Password Reset Language Lines   7     | Password Reset Language Lines
8     |--------------------------------------------------------------------------   8     |--------------------------------------------------------------------------
9     |   9     |
10     | The following language lines are the default lines which match reasons   10     | The following language lines are the default lines which match reasons
11     | that are given by the password broker for a password update attempt   11     | that are given by the password broker for a password update attempt
12     | has failed, such as for an invalid token or invalid new password.   12     | has failed, such as for an invalid token or invalid new password.
13     |   13     |
14     */   14     */
15     15  
16     'reset' => 'Your password has been reset!',   16     'reset' => 'Your password has been reset!',
17     'sent' => 'We have e-mailed your password reset link!', <> 17     'sent' => 'We have emailed your password reset link!',
      18     'throttled' => 'Please wait before retrying.',
18     'token' => 'This password reset token is invalid.', = 19     'token' => 'This password reset token is invalid.',
19     'user' => "We can't find a user with that e-mail address.", <> 20     'user' => "We can't find a user with that email address.",
20   = 21  
21 ];   22 ];