From 048717a5c7bcb5b8bacbe92b52c7a0687a49c648 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 26 Nov 2012 20:32:18 -0800 Subject: [PATCH] =?UTF-8?q?Issue=20#1847952=20by=20G=C3=A1bor=20Hojtsy:=20?= =?UTF-8?q?Fixed=20'Node'=20entity=20type=20not=20viable=20name=20for=20us?= =?UTF-8?q?er=20presentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php b/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php index 1fd8fc8efcd..47de776cd42 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php +++ b/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php @@ -17,7 +17,7 @@ use Drupal\Core\Annotation\Translation; * * @Plugin( * id = "node", - * label = @Translation("Node"), + * label = @Translation("Content"), * module = "node", * controller_class = "Drupal\node\NodeStorageController", * render_controller_class = "Drupal\node\NodeRenderController",