From b2cfd01b9c8f38ce4221eab4a77c275cf9f72264 Mon Sep 17 00:00:00 2001 From: "De Araujo, Renato [CONBR Non-J&J]" <rdearauj@its.jnj.com> Date: Sat, 25 Feb 2023 23:20:05 -0300 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