From 03cf969c41d75e1d8564a1e7ee5ba86787262244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 17 Dec 2019 16:50:00 +0000 Subject: [PATCH] remove hard-coded key --- www/common/messenger-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/messenger-ui.js b/www/common/messenger-ui.js index a132dcf00..7643939e5 100644 --- a/www/common/messenger-ui.js +++ b/www/common/messenger-ui.js @@ -72,7 +72,7 @@ define([ h('div.cp-app-contacts-friends.cp-app-contacts-category', [ h('button.cp-app-contacts-muted-button',[ 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') ]),