diff --git a/PHPCI/View/Project/view.phtml b/PHPCI/View/Project/view.phtml index e0d991cd..741ea0cb 100644 --- a/PHPCI/View/Project/view.phtml +++ b/PHPCI/View/Project/view.phtml @@ -70,7 +70,7 @@ { case 'github': $url = PHPCI_URL . 'webhook/github/' . $project->getId(); - print ' as a "WebHook URL" in the Service Hooks section of your Github repository.

' . $url . ''; + print ' as a new "Webhook" in the Webhooks and Services section of your Github repository.

' . $url . ''; break; case 'gitlab':