From abd9deb44731696ba932e32509e818730ae9174e Mon Sep 17 00:00:00 2001 From: ayan4m1 Date: Sat, 15 Sep 2018 23:16:37 -0400 Subject: [PATCH] remove now-unused translation entries --- resources/lang/en/base.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/lang/en/base.php b/resources/lang/en/base.php index d57f1090b..e2c661067 100644 --- a/resources/lang/en/base.php +++ b/resources/lang/en/base.php @@ -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:', - ], ];