From 27509d09d5c025285e0f6de1e415b492d5e2c57c Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 8 Feb 2017 21:58:40 +0000 Subject: [PATCH] Issue #2850546 by scott_euser: Empty value for no transitions when editing state --- core/modules/workflows/src/Form/WorkflowStateEditForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] = [