From ac32e982c69f04d3e709a0d31ccddedb5581407a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 06 2015 17:20:16 +0000 Subject: Fix small typo in the title of the active field in the Mail hook --- diff --git a/progit/hooks/mail.py b/progit/hooks/mail.py index fb59c27..70334d6 100644 --- a/progit/hooks/mail.py +++ b/progit/hooks/mail.py @@ -53,7 +53,7 @@ class MailForm(wtf.Form): [RequiredIf('active')] ) active = wtforms.BooleanField( - 'Acive', + 'Active', [wtforms.validators.Optional()] )