From ab583728277e35f2363493a127737e3c7285814b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 08 2014 14:07:41 +0000 Subject: Adjust the name of the progit hook --- diff --git a/progit/hooks/progit_hook.py b/progit/hooks/progit_hook.py index ea04826..4269a2a 100644 --- a/progit/hooks/progit_hook.py +++ b/progit/hooks/progit_hook.py @@ -55,7 +55,7 @@ class ProgitForm(wtf.Form): class ProgitHook(BaseHook): ''' Progit hook. ''' - name = 'Progit hooks for tickets' + name = 'progit' form = ProgitForm db_object = ProgitTable backref = 'progit_hook'