Fix comment for EmailNotificationsAndYourOwn constant (#24236)

This fixes some copypasta in the constant definitions for the
`User.EmailNotificationsPreference` field. No code changes.
This commit is contained in:
Infinoid 2023-04-21 10:27:32 -04:00 committed by GitHub
parent 3274ab2943
commit 949ba4894b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const (
EmailNotificationsOnMention = "onmention"
// EmailNotificationsDisabled indicates that the user would not like to be notified via email.
EmailNotificationsDisabled = "disabled"
// 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
EmailNotificationsAndYourOwn = "andyourown"
)