diff --git a/core/modules/workflows/src/Form/WorkflowStateEditForm.php b/core/modules/workflows/src/Form/WorkflowStateEditForm.php index 6ee33f3402c2fcd39e3ac46805990dd34c2c1214..b326404a416b229e491b76193085a18d56a21387 100644 --- a/core/modules/workflows/src/Form/WorkflowStateEditForm.php +++ b/core/modules/workflows/src/Form/WorkflowStateEditForm.php @@ -68,7 +68,7 @@ public function form(array $form, FormStateInterface $form_state) { $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'] = [