@@ -130,9 +130,9 @@ class SettingsForm extends ConfigFormBase {
];
$form['options']['skip_cron']=[
'#type'=>'checkbox',
'#title'=>t('Skip queue on cron'),
'#title'=>$this->t('Skip queue on cron'),
'#default_value'=>$config->get('skip_cron'),
'#description'=>t('If selected, the mail queue will not be processed by cron runs. Use this only if you manually run the queue with drush (for example).'),
'#description'=>$this->t('If selected, the mail queue will not be processed by cron runs. Use this only if you manually run the queue with drush (for example).'),