Skip to content

Commit 949ba48

Browse files
authored
Fix comment for EmailNotificationsAndYourOwn constant (#24236)
This fixes some copypasta in the constant definitions for the `User.EmailNotificationsPreference` field. No code changes.
1 parent 3274ab2 commit 949ba48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user/user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const (
6262
EmailNotificationsOnMention = "onmention"
6363
// EmailNotificationsDisabled indicates that the user would not like to be notified via email.
6464
EmailNotificationsDisabled = "disabled"
65-
// EmailNotificationsEnabled indicates that the user would like to receive all email notifications and your own
65+
// EmailNotificationsAndYourOwn indicates that the user would like to receive all email notifications and your own
6666
EmailNotificationsAndYourOwn = "andyourown"
6767
)
6868

0 commit comments

Comments
 (0)