mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
models.py: Use the singular 'they' pronoun.
This commit is contained in:
committed by
Tim Abbott
parent
0d8720fe0c
commit
d40f6da7f8
@@ -620,7 +620,7 @@ class UserProfile(ModelReprMixin, AbstractBaseUser, PermissionsMixin):
|
|||||||
|
|
||||||
# Hours to wait before sending another email to a user
|
# Hours to wait before sending another email to a user
|
||||||
EMAIL_REMINDER_WAITPERIOD = 24
|
EMAIL_REMINDER_WAITPERIOD = 24
|
||||||
# Minutes to wait before warning a bot owner that her bot sent a message
|
# Minutes to wait before warning a bot owner that their bot sent a message
|
||||||
# to a nonexistent stream
|
# to a nonexistent stream
|
||||||
BOT_OWNER_STREAM_ALERT_WAITPERIOD = 1
|
BOT_OWNER_STREAM_ALERT_WAITPERIOD = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user