diff --git a/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php b/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php index 5f7d9f7c2d83f7478119839d36c1c35f9f8c5955..b66645abc22e91bdf4d137fa39a765b563a92860 100644 --- a/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php +++ b/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php @@ -28,7 +28,7 @@ class InputRequired extends ExposedFormPluginBase { function option_definition() { $options = parent::option_definition(); - $options['text_input_required'] = array('default' => t('Select any filter and click on Apply to see results'), 'translatable' => TRUE); + $options['text_input_required'] = array('default' => 'Select any filter and click on Apply to see results', 'translatable' => TRUE); $options['text_input_required_format'] = array('default' => NULL); return $options; }