models.py: Use the singular 'they' pronoun.

This commit is contained in:
Vaida Plankyte
2017-07-05 11:40:33 +02:00
committed by Tim Abbott
parent 0d8720fe0c
commit d40f6da7f8

View File

@@ -620,7 +620,7 @@ class UserProfile(ModelReprMixin, AbstractBaseUser, PermissionsMixin):
# Hours to wait before sending another email to a user
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
BOT_OWNER_STREAM_ALERT_WAITPERIOD = 1