diff --git a/js/ui/telepathyClient.js b/js/ui/telepathyClient.js index 1fba939e2..a8c02b84b 100644 --- a/js/ui/telepathyClient.js +++ b/js/ui/telepathyClient.js @@ -1019,7 +1019,7 @@ ChatNotification.prototype = { IM name. */ let message = '' + _("%s is now known as %s").format(oldAlias, newAlias) + ''; - let label = this._append({ body: text, + let label = this._append({ body: message, group: 'meta', styles: ['chat-meta-message'] });