Add initial text in /contacts

This commit is contained in:
yflory
2017-07-17 18:51:23 +02:00
parent aa8181ab2b
commit 743b87b70f
3 changed files with 18 additions and 0 deletions

View File

@@ -274,6 +274,12 @@ define(function () {
out.contacts_remove = 'Remove this contact';
out.contacts_confirmRemove = 'Are you sure you want to remove <em>{0}</em> from your contacts?';
out.contacts_info1 = "These are your contacts. From here, you can:";
out.contacts_info2 = "Click your contact's icon to chat with them";
out.contacts_info3 = "Double-click their icon to view their profile";
out.contacts_info4 = "Either participant can clear permanently a chat history";
// File manager
out.fm_rootName = "Documents";