diff --git a/docroot/profiles/nordrest/modules/contrib/save_draft/save_draft.module b/docroot/profiles/nordrest/modules/contrib/save_draft/save_draft.module
index fd378e3..9d69600 100644
--- a/save_draft.module
+++ b/save_draft.module
@@ -22,7 +22,6 @@ function save_draft_permission() {
  */
 function save_draft_form_node_form_alter(&$form, &$form_state) {
   if (user_access('save draft')) {
-    $form['options']['#title'] = t('Promotion settings');
     $form['options']['#attributes']['class'] = array('node-promotion-options');
     $form['options']['#attached'] = array(
       'js' => array(
