From b356f59206d162138928da808ad165df15afe8fd Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 2 Dec 2014 16:47:53 +0000 Subject: [PATCH] New Github Webhook text --- PHPCI/View/Project/view.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':