diff --git a/application/forms/AddNodeForm.php b/application/forms/AddNodeForm.php index fda6c8e7..0e1aa0f7 100644 --- a/application/forms/AddNodeForm.php +++ b/application/forms/AddNodeForm.php @@ -244,7 +244,7 @@ protected function assembleExistingProcessElements(): void } elseif (! $this->bp->hasNode($nodeName)) { $term->setMessage($this->translate('No node with this name found in config')); } else { - $term->setLabel($this->bp->getNode($nodeName)->getAlias()); + $term->setLabel($this->bp->getNode($nodeName)->getLabel()); } if ($this->parent !== null && $this->parent->hasChild($term->getSearchValue())) {