From 0c0dc755eff9af81621796710d918b4ccc3c2cb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Renato=20Gon=C3=A7alves=20H?=
 <34697-renatog@users.noreply.drupalcode.org>
Date: Mon, 27 Feb 2023 08:55:31 +0000
Subject: [PATCH] Issue #3344493: Ins't possible to translate the description
 of Display Profile field

---
 src/Plugin/HmSetupPluginBase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Plugin/HmSetupPluginBase.php b/src/Plugin/HmSetupPluginBase.php
index a6f89f6..e162e8e 100644
--- a/src/Plugin/HmSetupPluginBase.php
+++ b/src/Plugin/HmSetupPluginBase.php
@@ -63,7 +63,7 @@ abstract class HmSetupPluginBase extends PluginBase implements HmSetupPluginInte
       '#type' => 'select',
       '#title' => $this->t('Display Profile'),
       '#options' => $display_options,
-      '#description' => 'Specify the display profile to render the hierarchy tree.',
+      '#description' =>  $this->t('Specify the display profile to render the hierarchy tree.'),
       '#default_value' => $this->displayProfile,
       '#required' => TRUE,
     ];
-- 
GitLab