Add mute info in the profile app

This commit is contained in:
yflory
2019-12-16 14:17:40 +01:00
parent ac5100b3b2
commit b5193914e3
2 changed files with 5 additions and 0 deletions

View File

@@ -306,6 +306,7 @@ define([
refreshMute(data);
});
}).appendTo($mute);
$(h('p', Messages.contacts_muteInfo)).appendTo($mute);
});
};