Fix typo
This commit is contained in:
parent
34cf5a5996
commit
e37ab6b59a
|
@ -658,7 +658,7 @@ class Interface:
|
|||
|
||||
if helpers.allow_showing_notification(obj.account):
|
||||
event_type = _('Groupchat Invitation')
|
||||
text = _('Your are invited to {room} by {user}').format(
|
||||
text = _('You are invited to {room} by {user}').format(
|
||||
room=obj.room_jid, user=str(obj.from_))
|
||||
app.notification.popup(
|
||||
event_type, obj.room_jid, obj.account, 'gc-invitation',
|
||||
|
|
Loading…
Reference in New Issue