Typo
This commit is contained in:
parent
62787af607
commit
9661854611
1 changed files with 1 additions and 1 deletions
|
@ -2306,7 +2306,7 @@ class Core(object):
|
|||
if self.pending_invites:
|
||||
build = "You are invited to the following rooms:\n" + build
|
||||
else:
|
||||
build = "You are do not have any pending invitation."
|
||||
build = "You do not have any pending invitations."
|
||||
self.information(build, 'Info')
|
||||
|
||||
def command_quit(self, arg=''):
|
||||
|
|
Loading…
Reference in a new issue