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

@@ -49,6 +49,12 @@ define([
Cryptpad.initMessaging(Cryptpad, $list, $messages);
var $title = $('<h2>').text(Messages.contacts_info1).appendTo($messages);
var $ul = $('<ul>').appendTo($messages);
$('<li>').text(Messages.contacts_info2).appendTo($ul);
$('<li>').text(Messages.contacts_info3).appendTo($ul);
$('<li>').text(Messages.contacts_info4).appendTo($ul);
Cryptpad.removeLoadingScreen();
};