Skip to content

Commit 064a942

Browse files
committed
Little bit of language cleanup
1 parent b50e722 commit 064a942

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

resources/lang/en/activity.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
*/
99
return [
1010
'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',
1818
],
1919
'user' => [
2020
'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',
2323
],
2424
'api-key' => [
2525
'create' => 'Created new API key <strong>:identifier</strong>',
@@ -30,8 +30,8 @@
3030
'delete' => 'Removed SSH key <strong>:fingerprint</strong> from account',
3131
],
3232
'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',
3535
],
3636
],
3737
'server' => [

0 commit comments

Comments
 (0)