diff --git a/src/IDF/Form/SourceConf.php b/src/IDF/Form/SourceConf.php index de6d2cc..5a9a183 100644 --- a/src/IDF/Form/SourceConf.php +++ b/src/IDF/Form/SourceConf.php @@ -53,7 +53,6 @@ class IDF_Form_SourceConf extends Pluf_Form array('required' => false, 'label' => __('Webhook URL'), 'initial' => $this->conf->getVal('webhook_url', ''), - 'help_text' => sprintf(__('Learn more about the post-commit webhooks.'), $url), 'widget_attrs' => array('size' => 35), ));