Use "automation" instead of "workflow" in user-facing strings
[MAILPOET-4758]
This commit is contained in:
@ -48,7 +48,7 @@ class DuplicateWorkflowController {
|
||||
}
|
||||
|
||||
private function getName(string $name): string {
|
||||
// translators: %s is the original workflow name.
|
||||
// translators: %s is the original automation name.
|
||||
$newName = sprintf(__('Copy of %s', 'mailpoet'), $name);
|
||||
$maxLength = $this->workflowStorage->getNameColumnLength();
|
||||
if (strlen($newName) > $maxLength) {
|
||||
|
Reference in New Issue
Block a user