mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2866 Change "cron" case in labels as it is not an acronym
Thanks @Hipska for the feedback done in Combodo/iTop#124 !
This commit is contained in:
@@ -479,11 +479,11 @@ set_time_limit(0); // Some background actions may really take long to finish (li
|
||||
|
||||
if (utils::IsModeCLI())
|
||||
{
|
||||
$oP = new CLIPage("iTop - CRON");
|
||||
$oP = new CLIPage("iTop - cron");
|
||||
}
|
||||
else
|
||||
{
|
||||
$oP = new WebPage("iTop - CRON");
|
||||
$oP = new WebPage("iTop - cron");
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user