Skip to content
Snippets Groups Projects

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

Merged renatog requested to merge issue/hierarchy_manager-3344493:3344493-inst-possible-to into 3.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
];
Loading