diff --git a/js/groups.js b/js/groups.js index 6021932f..5c5004d5 100644 --- a/js/groups.js +++ b/js/groups.js @@ -669,7 +669,7 @@ OC.Contacts = OC.Contacts || {}; $elem = $elem.length ? $elem : tmpl.octemplate({ id: 'fav', type: 'fav', - num: '(' + contacts.length + ')', + num: contacts.length, name: t('contacts', 'Favorites') }).appendTo($groupList); $elem.data('obj', self);