diff --git a/core/modules/views/src/Plugin/views/filter/NumericFilter.php b/core/modules/views/src/Plugin/views/filter/NumericFilter.php index 40544aa..e2f5da7 100644 --- a/core/modules/views/src/Plugin/views/filter/NumericFilter.php +++ b/core/modules/views/src/Plugin/views/filter/NumericFilter.php @@ -230,10 +230,9 @@ protected function valueForm(&$form, FormStateInterface $form_state) { } $form['value']['max'] = array( '#type' => 'textfield', - '#title' => $exposed ? '' : $this->t('And max'), + '#title' => $exposed ? $this->t('And max') : '', '#size' => 30, '#default_value' => $this->value['max'], - '#field_prefix' => $exposed ? $this->t('and') : '', // Add separating label. ); if ($which == 'all') { $states = array();