Skip to content
Snippets Groups Projects
Commit 0c0dc755 authored by renatog's avatar renatog Committed by Mingsong
Browse files

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

parent 13cc7fbd
Branches
Tags 3.3.2
1 merge request!15Issue #3344493: Ins't possible to translate the description of Display Profile field
......@@ -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,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment