mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
add dedicated key for muted indicator
This commit is contained in:
parent
7a392c726f
commit
a78efce9fb
@ -134,6 +134,7 @@ define(req, function(AppConfig, Default, Language) {
|
||||
}
|
||||
};
|
||||
|
||||
Messages.contacts_muted = "Muted"; // XXX new key
|
||||
Messages.contacts_noFriends = "No chats yet";
|
||||
Messages.contacts_noFriendsInfo = "Add friends or join teams to begin chatting";
|
||||
Messages.contacts_historyCleared = "The chat history has been deleted for both parties"; // XXX
|
||||
|
||||
@ -757,7 +757,7 @@ define([
|
||||
title: Messages.contacts_online
|
||||
});
|
||||
var mute = h('span.cp-app-contacts-mute-indicator', {
|
||||
title: Messages.contacts_mute,
|
||||
title: Messages.contacts_muted,
|
||||
style: isMuted ? '' : 'display: none;'
|
||||
}, Icons.get('mute'));
|
||||
var bottomRow = h('span.cp-app-contacts-bottom-row', [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user