Fixed typos visisble, appplication
This commit is contained in:
parent
d2eb7440d2
commit
5ee1ab2abb
@ -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=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user