diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-05-23 19:33:45 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-05-23 19:33:45 +0100 |
commit | 88ea5ab2c37345c1266db1446afa6d6472b7c9fe (patch) | |
tree | bd5896fbf706c5facee6e3d1efc43d468b4ee4b7 /synapse/push/mailer.py | |
parent | Tune email notifs to make them quieter: (diff) | |
download | synapse-88ea5ab2c37345c1266db1446afa6d6472b7c9fe.tar.xz |
consistency is the better part of valour
Diffstat (limited to 'synapse/push/mailer.py')
-rw-r--r-- | synapse/push/mailer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py index 8a9e9895ba..766888ca79 100644 --- a/synapse/push/mailer.py +++ b/synapse/push/mailer.py @@ -44,7 +44,7 @@ MESSAGE_FROM_PERSON_IN_ROOM = "You have a message on %(app)s from %(person)s " \ "in the %s room..." MESSAGE_FROM_PERSON = "You have a message on %(app)s from %(person)s..." MESSAGES_FROM_PERSON = "You have messages on %(app)s from %(person)s..." -MESSAGES_IN_ROOM = "There are some messages on %(app)s for you in the %(room)s room..." +MESSAGES_IN_ROOM = "You have messages on %(app)s in the %(room)s room..." MESSAGES_IN_ROOM_AND_OTHERS = \ "You have messages on %(app)s in the %(room)s room and others..." MESSAGES_FROM_PERSON_AND_OTHERS = \ |