update no friends info

This commit is contained in:
daria 2026-04-28 12:34:03 +03:00
parent f11083d257
commit 1c6692dff8
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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');