Improve checkbox description
Do not Enable/Disable next to a checkbox. So what does an enabled checkbox do then?
This commit is contained in:
parent
100625f6c2
commit
560fd63843
@ -64,7 +64,7 @@ class EditAccountForm(wtforms.Form):
|
||||
wants_comment_notification = wtforms.BooleanField(
|
||||
description=_("Email me when others comment on my media"))
|
||||
wants_notifications = wtforms.BooleanField(
|
||||
description=_("Enable/Disable insite notifications"))
|
||||
description=_("Enable insite notifications about events."))
|
||||
license_preference = wtforms.SelectField(
|
||||
_('License preference'),
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user