telepathyClient: Fix undefined variable

https://bugzilla.gnome.org/show_bug.cgi?id=658624
This commit is contained in:
Jasper St. Pierre 2011-09-08 21:37:25 -04:00
parent 5b39b87199
commit 8af4fd64c1

View File

@ -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'] });