mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
consistency is the better part of valour
This commit is contained in:
parent
989bdc9e56
commit
88ea5ab2c3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ MESSAGE_FROM_PERSON_IN_ROOM = "You have a message on %(app)s from %(person)s " \
|
||||||
"in the %s room..."
|
"in the %s room..."
|
||||||
MESSAGE_FROM_PERSON = "You have a message on %(app)s from %(person)s..."
|
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_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 = \
|
MESSAGES_IN_ROOM_AND_OTHERS = \
|
||||||
"You have messages on %(app)s in the %(room)s room and others..."
|
"You have messages on %(app)s in the %(room)s room and others..."
|
||||||
MESSAGES_FROM_PERSON_AND_OTHERS = \
|
MESSAGES_FROM_PERSON_AND_OTHERS = \
|
||||||
|
|
Loading…
Reference in a new issue