This commit is contained in:
Philipp Hörist 2018-08-17 09:37:43 +02:00
parent 34cf5a5996
commit e37ab6b59a
1 changed files with 1 additions and 1 deletions

View File

@ -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',