Use "automation" instead of "workflow" in user-facing strings
[MAILPOET-4758]
This commit is contained in:
@@ -40,7 +40,7 @@ class CreateWorkflowFromTemplateController {
|
||||
$workflowId = $this->storage->createWorkflow($workflow);
|
||||
$savedWorkflow = $this->storage->getWorkflow($workflowId);
|
||||
if (!$savedWorkflow) {
|
||||
throw new InvalidStateException('Workflow not found.');
|
||||
throw new InvalidStateException('Automation not found.');
|
||||
}
|
||||
return $savedWorkflow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user