Switch position :)

This commit is contained in:
Denis Malinochkin 2014-12-08 03:55:30 +03:00
parent ee5bc8407c
commit 690c95dbdf
2 changed files with 2 additions and 2 deletions

View File

@ -105,6 +105,7 @@ return [
'sender_name' => 'Sender Name',
'sender_email' => 'Sender Email',
'php_mail' => 'PHP mail',
'sendmail' => 'Sendmail',
'smtp' => 'SMTP',
'smtp_address' => 'SMTP Address',
'smtp_authorization' => 'SMTP authorization required',
@ -113,7 +114,6 @@ return [
'smtp_password' => 'Password',
'smtp_port' => 'SMTP Port',
'smtp_ssl' => 'SSL connection required',
'sendmail' => 'Sendmail',
'sendmail_path' => 'Sendmail Path',
'sendmail_path_comment' => 'Please specify the path of the sendmail program.',
'mailgun' => 'Mailgun',

View File

@ -105,6 +105,7 @@ return [
'sender_name' => 'Имя отправителя',
'sender_email' => 'Адрес отправителя',
'php_mail' => 'PHP mail',
'sendmail' => 'Sendmail',
'smtp' => 'SMTP',
'smtp_address' => 'Сервер исходящей почты',
'smtp_authorization' => 'Использовать SMTP авторизацию',
@ -113,7 +114,6 @@ return [
'smtp_password' => 'SMTP пароль',
'smtp_port' => 'SMTP порт',
'smtp_ssl' => 'Использовать SSL',
'sendmail' => 'Sendmail',
'sendmail_path' => 'Sendmail Путь',
'sendmail_path_comment' => 'Пожалуйста, укажите путь к sendmail.',
'mailgun' => 'Mailgun',