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'