address XXX issues

This commit is contained in:
David Benqué
2019-11-22 11:34:13 +00:00
parent e2b3cf3ccc
commit 57ba4e0bcd
3 changed files with 4 additions and 5 deletions

View File

@@ -1142,7 +1142,7 @@ define([
var hasFriends = Object.keys(config.friends || {}).length !== 0;
var onFriendShare = Util.mkEvent();
var friendsObject = hasFriends ? createShareWithFriends(config, onFriendShare, getLinkValue) : {
content: h('p', Messages.share_noContacts),
content: h('p', Messages.team_noFriend),
button: {}
};
var friendsList = friendsObject.content;