From 2ae98411f71307edc5d67e023a3692e7b45beedf Mon Sep 17 00:00:00 2001 From: Mingsong Hu <mingsonghu@Mingsongs-MBP.gateway> Date: Thu, 3 Oct 2019 11:48:28 +1000 Subject: [PATCH] Change Display Profile entity type name --- src/Entity/HmDisplayProfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/HmDisplayProfile.php b/src/Entity/HmDisplayProfile.php index 6216273..56d40b3 100644 --- a/src/Entity/HmDisplayProfile.php +++ b/src/Entity/HmDisplayProfile.php @@ -9,7 +9,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBase; * * @ConfigEntityType( * id = "hm_display_profile", - * label = @Translation("HM Display Profile Entity"), + * label = @Translation("HM Display Profile"), * handlers = { * "view_builder" = "Drupal\Core\Entity\EntityViewBuilder", * "list_builder" = "Drupal\hierarchy_manager\HmDisplayProfileListBuilder", -- GitLab