diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index 5305a2612..29e9bd644 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -191,5 +191,9 @@ align-items: center; justify-content: center; } + .cp-app-profile-mute-container p { + margin-top: 5px; + font-size: 13px; + } } diff --git a/www/profile/inner.js b/www/profile/inner.js index e0c624190..51f13fb3a 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -306,6 +306,7 @@ define([ refreshMute(data); }); }).appendTo($mute); + $(h('p', Messages.contacts_muteInfo)).appendTo($mute); }); };