This commit is contained in:
Laurent Destailleur 2018-06-07 09:37:12 +02:00
parent 929a44d7ca
commit 186df884fa
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ if ($action=='inactive')
$form = new Form($db);
$formCron = new FormCron($db);
llxHeader('',$langs->trans("CronAdd"));
llxHeader('',$langs->trans("CronTask"));
if ($action=='edit' || empty($action) || $action=='delete' || $action=='execute')
{

View File

@ -6,7 +6,7 @@ Permission23102 = Create/update Scheduled job
Permission23103 = Delete Scheduled job
Permission23104 = Execute Scheduled job
# Admin
CronSetup= Scheduled job management setup
CronSetup=Scheduled job management setup
URLToLaunchCronJobs=URL to check and launch qualified cron jobs
OrToLaunchASpecificJob=Or to check and launch a specific job
KeyForCronAccess=Security key for URL to launch cron jobs