diff --git a/core/modules/workflows/src/Form/WorkflowStateEditForm.php b/core/modules/workflows/src/Form/WorkflowStateEditForm.php index 6ee33f3402c..b326404a416 100644 --- a/core/modules/workflows/src/Form/WorkflowStateEditForm.php +++ b/core/modules/workflows/src/Form/WorkflowStateEditForm.php @@ -68,7 +68,7 @@ class WorkflowStateEditForm extends EntityForm { $form['transitions'] = [ '#type' => 'table', '#header' => $header, - '#empty' => $this->t('There are no states yet.'), + '#empty' => $this->t('There are no transitions to or from this state yet.'), ]; foreach ($state->getTransitions() as $transition) { $links['edit'] = [