Add a default pad in CryptDrive after signing up

This commit is contained in:
yflory
2017-02-16 17:22:45 +01:00
parent 85fe67618c
commit 550c65aae0
4 changed files with 39 additions and 5 deletions

View File

@@ -448,5 +448,10 @@ define(function () {
' - Your slides are updated in realtime'
].join('');
out.driveReadmeTitle = "What is CryptDrive?";
out.driveReadme_h1 = "Welcome to CryptPad";
out.driveReadme_li1 = "CryptDrive : all your pads sorted in one place";
out.driveReadme_li1_1 = "Tree, trash, unsorted files, etc.";
return out;
});