telepathyClient: Fix undefined variable
https://bugzilla.gnome.org/show_bug.cgi?id=658624
This commit is contained in:
parent
5b39b87199
commit
8af4fd64c1
@ -1019,7 +1019,7 @@ ChatNotification.prototype = {
|
||||
IM name. */
|
||||
let message = '<i>' + _("%s is now known as %s").format(oldAlias, newAlias) + '</i>';
|
||||
|
||||
let label = this._append({ body: text,
|
||||
let label = this._append({ body: message,
|
||||
group: 'meta',
|
||||
styles: ['chat-meta-message'] });
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user