Skip to content
Snippets Groups Projects

#3400522 Fix timediff empty description

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -179,6 +179,7 @@ public function settingsForm(array $form, FormStateInterface $form_state) {
$form['time_diff']['description'] = [
'#type' => 'item',
'#input' => FALSE,
'#title' => $this->t('Fallback configuration'),
'#description' => $this->t('The configuration below is used as a fallback when JavaScript is not available on the page.'),
'#states' => $states,
Loading