1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Little bit of language cleanup

This commit is contained in:
DaneEveritt 2022-06-12 13:36:42 -04:00
parent b50e722948
commit 064a942574
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -8,18 +8,18 @@
*/ */
return [ return [
'auth' => [ 'auth' => [
'fail' => 'Failed login attempt', 'fail' => 'Failed log in',
'success' => 'Successfully logged in', 'success' => 'Logged in',
'password-reset' => 'Reset account password', 'password-reset' => 'Password reset',
'reset-password' => 'Sending password reset email', 'reset-password' => 'Requested password reset',
'checkpoint' => 'Prompting for second factor authentication', 'checkpoint' => 'Two-factor authentication requested',
'recovery-token' => 'Used recovery token as second factory for login', 'recovery-token' => 'Used two-factor recovery token',
'token' => 'Provided valid second factor authentication token for login', 'token' => 'Solved two-factor challenge',
], ],
'user' => [ 'user' => [
'account' => [ 'account' => [
'email-changed' => 'Updated account email from <strong>:old</strong> to <strong>:new</strong>', 'email-changed' => 'Changed email from <strong>:old</strong> to <strong>:new</strong>',
'password-changed' => 'Updated account password', 'password-changed' => 'Changed password',
], ],
'api-key' => [ 'api-key' => [
'create' => 'Created new API key <strong>:identifier</strong>', 'create' => 'Created new API key <strong>:identifier</strong>',
@ -30,8 +30,8 @@ return [
'delete' => 'Removed SSH key <strong>:fingerprint</strong> from account', 'delete' => 'Removed SSH key <strong>:fingerprint</strong> from account',
], ],
'two-factor' => [ 'two-factor' => [
'create' => 'Enabled two-factor authentication for account', 'create' => 'Enabled two-factor auth',
'delete' => 'Disabled two-factor authentication for account', 'delete' => 'Disabled two-factor auth',
], ],
], ],
'server' => [ 'server' => [