diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index e706de8a..00c631e1 100644 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -23,6 +23,11 @@ return [ 'enable_google2fa' => 'Enable Google Two Factor Authentication', 'cache_driver' => 'Cache Driver', 'session_driver' => 'Session Driver', + 'mail_driver' => 'Mail Driver', + 'mail_host' => 'Mail Host', + 'mail_address' => 'Mail From Address', + 'mail_username' => 'Mail Username', + 'mail_password' => 'Mail Password', ], // Login form fields