Verified Commit 10ec0a34 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fixes(typo) in mail tasks

Fixes a phpcs mistake.
Showing with 3 additions and 3 deletions
+3 -3
......@@ -236,7 +236,7 @@ class tasksMail extends simplePlugin
}
/*
* Generate slave tasks, carefull that main task cannot be changed cause subtasks are not updated.
* Generate slave tasks, careful that main task cannot be changed cause subtasks are not updated.
* It would be dangerous to edit subs tasks if some are under processed already.
*/
public function generateSlaveTasks ()
......
......@@ -61,10 +61,10 @@ class TasksColumn extends Column
// A call towards a status map would be interesting here.
switch ($status) {
case "1" :
return "Created";
return "Scheduled";
case "2" :
return "Processed";
return "Completed";
default :
return $status;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment