@@ -80,7 +80,7 @@ |
||
80 | 80 | $form['widget'] = [ |
81 | 81 | '#type' => 'select', |
82 | 82 | '#title' => $this->t('Add widget plugin'), |
83 | - '#options' => ['_none_' => '- ' . $this->t('Select a widget to add it') . ' -'] + $widgets, |
|
83 | + '#options' => ['_none_' => '- '.$this->t('Select a widget to add it').' -'] + $widgets, |
|
84 | 84 | '#ajax' => [ |
85 | 85 | 'callback' => [get_class($this), 'addWidgetCallback'], |
86 | 86 | 'wrapper' => 'widgets', |