typo
This commit is contained in:
parent
28a5263cd3
commit
103b143da2
1 changed files with 3 additions and 2 deletions
|
@ -790,7 +790,8 @@ _('You can not join a group chat unless you are connected.')).get_response()
|
||||||
jid = helpers.parse_jid(jid)
|
jid = helpers.parse_jid(jid)
|
||||||
except:
|
except:
|
||||||
ErrorDialog(_('Invalid room or server name'),
|
ErrorDialog(_('Invalid room or server name'),
|
||||||
_('The room name or server name has not allowed characters.')
|
_('The room name or server name has not allowed characters.'))
|
||||||
|
return
|
||||||
|
|
||||||
if jid in self.recently_groupchat:
|
if jid in self.recently_groupchat:
|
||||||
self.recently_groupchat.remove(jid)
|
self.recently_groupchat.remove(jid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue