diff --git a/is_useful.module b/is_useful.module
index bc10027..23cf95a 100644
--- a/is_useful.module
+++ b/is_useful.module
@@ -125,7 +125,6 @@ function is_useful_exposed_formatter($form, &$form_state, $settings) {
   $form['is_useful'] = array(
     '#prefix' => '<div ' . drupal_attributes(array('class' => 'is-useful')) . '>',
     '#type' => 'select',
-    '#title' => t('Is useful?'),
     '#default_value' => $default,
     '#options' => is_useful_get_options($settings['entity_type'], $settings['entity_id']),
     '#ajax' => array(
