mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update no friends info
This commit is contained in:
parent
f11083d257
commit
1c6692dff8
@ -135,8 +135,8 @@ 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_noFriends = "Your contact list is empty";
|
||||
Messages.contacts_noFriendsInfo = "Start by adding someone to begin a conversation.";
|
||||
Messages.contacts_historyCleared = "The chat history has been deleted for both parties"; // XXX
|
||||
Messages.contacts_confirmRemoveHistory = "Are you sure you want to delete chat history? Messages will be removed for everyone and cannot be restored."
|
||||
return Messages; // XXX existing key
|
||||
|
||||
@ -537,7 +537,7 @@ define([
|
||||
$info.html([
|
||||
h('h2', Messages.contacts_noFriends),
|
||||
h('ul', [
|
||||
h('li', Messages.share_noContactsNotLoggedIn),
|
||||
h('li', Messages.contacts_noFriendsInfo),
|
||||
])
|
||||
]);
|
||||
$container.addClass('cp-app-contacts-no-chats');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user