diff --git a/lang/main.json b/lang/main.json index 9e0ee95b8..726b1ec25 100644 --- a/lang/main.json +++ b/lang/main.json @@ -203,7 +203,7 @@ "focus": "Conference focus", "focusFail": "__component__ not available - retry in __ms__ sec", "grantedTo": "Moderator rights granted to __to__!", - "grantedToUnknown": "Moderator rights granted to $t(somebody)!", + "grantedToUnknown": "Moderator rights granted to $t(notify.somebody)!", "muted": "You have started the conversation muted.", "mutedTitle": "You're muted!", "raisedHand": "Would like to speak." diff --git a/modules/UI/UI.js b/modules/UI/UI.js index c15e35590..e58d46593 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -564,8 +564,7 @@ UI.updateUserRole = user => { } else { messageHandler.notify( '', 'notify.somebody', - 'connected', 'notify.grantedToUnknown', {} - ); + 'connected', 'notify.grantedToUnknown'); } };