Skip to content
Snippets Groups Projects
Commit b2cfd01b authored by De Araujo, Renato [CONBR Non-J&J]'s avatar De Araujo, Renato [CONBR Non-J&J]
Browse files

Issue #3344493: Ins't possible to translate the description of Display Profile field

parent 13cc7fbd
No related branches found
No related tags found
1 merge request!15Issue #3344493: Ins't possible to translate the description of Display Profile field
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
...@@ -63,7 +63,7 @@ abstract class HmSetupPluginBase extends PluginBase implements HmSetupPluginInte ...@@ -63,7 +63,7 @@ abstract class HmSetupPluginBase extends PluginBase implements HmSetupPluginInte
'#type' => 'select', '#type' => 'select',
'#title' => $this->t('Display Profile'), '#title' => $this->t('Display Profile'),
'#options' => $display_options, '#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, '#default_value' => $this->displayProfile,
'#required' => TRUE, '#required' => TRUE,
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment