remove hard-coded key
This commit is contained in:
parent
147d6cf232
commit
03cf969c41
@ -72,7 +72,7 @@ define([
|
|||||||
h('div.cp-app-contacts-friends.cp-app-contacts-category', [
|
h('div.cp-app-contacts-friends.cp-app-contacts-category', [
|
||||||
h('button.cp-app-contacts-muted-button',[
|
h('button.cp-app-contacts-muted-button',[
|
||||||
h('i.fa.fa-bell-slash'),
|
h('i.fa.fa-bell-slash'),
|
||||||
Messages.contacts_manageMuted || 'MANAGE MUTED' // XXX
|
Messages.contacts_manageMuted
|
||||||
]),
|
]),
|
||||||
h('div.cp-app-contacts-category-content.cp-contacts-friends')
|
h('div.cp-app-contacts-category-content.cp-contacts-friends')
|
||||||
]),
|
]),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user