1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

remove now-unused translation entries

This commit is contained in:
ayan4m1 2018-09-15 23:16:37 -04:00
parent 7db14bed8b
commit abd9deb447

View File

@ -86,8 +86,4 @@ return [
'2fa_checkpoint_help' => 'Use the 2FA application on your phone to take a picture of the QR code to the left, or manually enter the code under it. Once you have done so, generate a token and enter it below.',
'2fa_disable_error' => 'The 2FA token provided was not valid. Protection has not been disabled for this account.',
],
'mail' => [
'test_succeeded' => 'The test message was sent successfully!',
'test_failed' => 'Failed to send test message! Error message:',
],
];