Minor refs #798
This commit is contained in:
parent
7a289e63a2
commit
cfac213217
|
|
@ -97,7 +97,7 @@ return [
|
||||||
'search' => 'Search'
|
'search' => 'Search'
|
||||||
],
|
],
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'log' => 'Log file',
|
'log_file' => 'Log file',
|
||||||
'menu_label' => 'Mail configuration',
|
'menu_label' => 'Mail configuration',
|
||||||
'menu_description' => 'Manage email configuration.',
|
'menu_description' => 'Manage email configuration.',
|
||||||
'general' => 'General',
|
'general' => 'General',
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ class MailSettings extends Model
|
||||||
public function getSendModeOptions()
|
public function getSendModeOptions()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
static::MODE_LOG => 'system::lang.mail.log',
|
static::MODE_LOG => 'system::lang.mail.log_file',
|
||||||
static::MODE_MAIL => 'system::lang.mail.php_mail',
|
static::MODE_MAIL => 'system::lang.mail.php_mail',
|
||||||
static::MODE_SENDMAIL => 'system::lang.mail.sendmail',
|
static::MODE_SENDMAIL => 'system::lang.mail.sendmail',
|
||||||
static::MODE_SMTP => 'system::lang.mail.smtp',
|
static::MODE_SMTP => 'system::lang.mail.smtp',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue