Fixed typos visisble, appplication

This commit is contained in:
Joar Wandborg 2012-09-22 12:03:32 +02:00
parent d2eb7440d2
commit 5ee1ab2abb

View File

@ -36,8 +36,8 @@ class ClientRegistrationForm(wtforms.Form):
description=_('The name of the OAuth client'))
description = wtforms.TextAreaField(_('Description'),
[wtforms.validators.Length(min=0, max=500)],
description=_('''This will be visisble to users allowing your
appplication to authenticate as them.'''))
description=_('''This will be visble to users allowing your
application to authenticate as them.'''))
type = wtforms.SelectField(_('Type'),
[wtforms.validators.Required()],
choices=[