@@ -263,7 +263,7 @@ |
||
263 | 263 | */ |
264 | 264 | public function getTitle() |
265 | 265 | { |
266 | - return "Pipeline {$this->ID} (Status: {$this->Status})"; |
|
266 | + return "pipeline {$this->ID} (Status: {$this->Status})"; |
|
267 | 267 | } |
268 | 268 | |
269 | 269 | /** |
@@ -292,7 +292,7 @@ |
||
292 | 292 | public function startApproval() |
293 | 293 | { |
294 | 294 | $this->Status = 'Started'; |
295 | - $this->log("Starting {$this->Title}..."); |
|
295 | + $this->log("starting {$this->Title}..."); |
|
296 | 296 | // Determine if we should use delayed notification |
297 | 297 | $recipientGroup = 'all'; |
298 | 298 | if ($this->getConfigSetting('RecipientsDelay')) { |
@@ -292,7 +292,7 @@ |
||
292 | 292 | public function startApproval() |
293 | 293 | { |
294 | 294 | $this->Status = 'Started'; |
295 | - $this->log("Starting {$this->Title}..."); |
|
295 | + $this->log("starting {$this->Title}..."); |
|
296 | 296 | // Determine if we should use delayed notification |
297 | 297 | $recipientGroup = 'all'; |
298 | 298 | if ($this->getConfigSetting('RecipientsDelay')) { |
@@ -292,7 +292,7 @@ |
||
292 | 292 | public function startApproval() |
293 | 293 | { |
294 | 294 | $this->Status = 'Started'; |
295 | - $this->log("Starting {$this->Title}..."); |
|
295 | + $this->log("starting {$this->Title}..."); |
|
296 | 296 | // Determine if we should use delayed notification |
297 | 297 | $recipientGroup = 'all'; |
298 | 298 | if ($this->getConfigSetting('RecipientsDelay')) { |