diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index b450fb4df..1193184b7 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -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', diff --git a/modules/system/lang/ru/lang.php b/modules/system/lang/ru/lang.php index 6f354e629..fcbb96bd3 100644 --- a/modules/system/lang/ru/lang.php +++ b/modules/system/lang/ru/lang.php @@ -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',