fix TB (#1681)
This commit is contained in:
parent
98d03e2855
commit
9cd8f04322
|
@ -1387,6 +1387,7 @@ class InvitationReceivedDialog:
|
||||||
|
|
||||||
pritext = _('You have been invited to the %(room_jid)s room by %(contact_jid)s') % {
|
pritext = _('You have been invited to the %(room_jid)s room by %(contact_jid)s') % {
|
||||||
'room_jid': room_jid, 'contact_jid': contact_jid }
|
'room_jid': room_jid, 'contact_jid': contact_jid }
|
||||||
|
sectext = ''
|
||||||
if comment is not None:
|
if comment is not None:
|
||||||
sectext = _('Comment: %s') % comment
|
sectext = _('Comment: %s') % comment
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue