|
8 | 8 | */ |
9 | 9 | return [ |
10 | 10 | 'auth' => [ |
11 | | - 'fail' => 'Failed login attempt', |
12 | | - 'success' => 'Successfully logged in', |
13 | | - 'password-reset' => 'Reset account password', |
14 | | - 'reset-password' => 'Sending password reset email', |
15 | | - 'checkpoint' => 'Prompting for second factor authentication', |
16 | | - 'recovery-token' => 'Used recovery token as second factory for login', |
17 | | - 'token' => 'Provided valid second factor authentication token for login', |
| 11 | + 'fail' => 'Failed log in', |
| 12 | + 'success' => 'Logged in', |
| 13 | + 'password-reset' => 'Password reset', |
| 14 | + 'reset-password' => 'Requested password reset', |
| 15 | + 'checkpoint' => 'Two-factor authentication requested', |
| 16 | + 'recovery-token' => 'Used two-factor recovery token', |
| 17 | + 'token' => 'Solved two-factor challenge', |
18 | 18 | ], |
19 | 19 | 'user' => [ |
20 | 20 | 'account' => [ |
21 | | - 'email-changed' => 'Updated account email from <strong>:old</strong> to <strong>:new</strong>', |
22 | | - 'password-changed' => 'Updated account password', |
| 21 | + 'email-changed' => 'Changed email from <strong>:old</strong> to <strong>:new</strong>', |
| 22 | + 'password-changed' => 'Changed password', |
23 | 23 | ], |
24 | 24 | 'api-key' => [ |
25 | 25 | 'create' => 'Created new API key <strong>:identifier</strong>', |
|
30 | 30 | 'delete' => 'Removed SSH key <strong>:fingerprint</strong> from account', |
31 | 31 | ], |
32 | 32 | 'two-factor' => [ |
33 | | - 'create' => 'Enabled two-factor authentication for account', |
34 | | - 'delete' => 'Disabled two-factor authentication for account', |
| 33 | + 'create' => 'Enabled two-factor auth', |
| 34 | + 'delete' => 'Disabled two-factor auth', |
35 | 35 | ], |
36 | 36 | ], |
37 | 37 | 'server' => [ |
|
0 commit comments