We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3274ab2 commit 949ba48Copy full SHA for 949ba48
models/user/user.go
@@ -62,7 +62,7 @@ const (
62
EmailNotificationsOnMention = "onmention"
63
// EmailNotificationsDisabled indicates that the user would not like to be notified via email.
64
EmailNotificationsDisabled = "disabled"
65
- // EmailNotificationsEnabled indicates that the user would like to receive all email notifications and your own
+ // EmailNotificationsAndYourOwn indicates that the user would like to receive all email notifications and your own
66
EmailNotificationsAndYourOwn = "andyourown"
67
)
68
0 commit comments