mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fix typo
This commit is contained in:
parent
0fe97217c0
commit
1e3355730b
@ -452,7 +452,7 @@ function cron_list_table()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($defined_tasks !== false) {
|
if ($defined_tasks !== false) {
|
||||||
echo '<h2>'.__('Scheduled jobssss').'</h2>';
|
echo '<h2>'.__('Scheduled jobs').'</h2>';
|
||||||
|
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
$table->class = 'databox data';
|
$table->class = 'databox data';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user