Fixes wrong i18n key for somebody.
This commit is contained in:
parent
ae41782cd4
commit
08e1cf1b7e
|
@ -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."
|
||||
|
|
|
@ -564,8 +564,7 @@ UI.updateUserRole = user => {
|
|||
} else {
|
||||
messageHandler.notify(
|
||||
'', 'notify.somebody',
|
||||
'connected', 'notify.grantedToUnknown', {}
|
||||
);
|
||||
'connected', 'notify.grantedToUnknown');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue