This commit is contained in:
José González 2022-03-30 09:19:04 +02:00
parent 0fe97217c0
commit 1e3355730b
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ function cron_list_table()
}
if ($defined_tasks !== false) {
echo '<h2>'.__('Scheduled jobssss').'</h2>';
echo '<h2>'.__('Scheduled jobs').'</h2>';
$table = new stdClass();
$table->class = 'databox data';