other typo

This commit is contained in:
yflory
2018-09-11 17:17:59 +02:00
parent b62aa9224e
commit 19da04664a
2 changed files with 2 additions and 2 deletions

View File

@@ -690,7 +690,7 @@ define([
common.getMetadataMgr().onTitleChange(function () {
var padChat = common.getPadChat();
var md = common.getMetadataMgr().getMetadata();
var name = md.title || md.defaultTitle();
var name = md.title || md.defaultTitle;
$userlist.find(dataQuery(padChat)).find('.cp-app-contacts-name').text(name);
$userlist.find(dataQuery(padChat)).attr('title', name);
$messages.find(dataQuery(padChat) + ' .cp-app-contacts-header .cp-app-contacts-name')