diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js
index 942364b49..e06203c4c 100644
--- a/customize.dist/translations/messages.js
+++ b/customize.dist/translations/messages.js
@@ -292,6 +292,16 @@ define(function () {
out.register_acceptTerms = "I accept the terms of use";
out.register_rememberPassword = "I will remember my login name and password";
+ out.register_header = "Welcome to Cryptpad";
+ out.register_explanation = [
+ "
Lets go over a couple things first
",
+ "",
+ "- Your password is your secret key which encrypts all of your pads. If you lose it there is no way we can recover your data.
",
+ "- You can import pads which were recently viewed in your browser so you have them in your account.
",
+ "- If you are using a shared computer, you need to log out when you are done, closing the tab is not enough.
",
+ "
"
+ ];
+
// index.html
//out.main_p1 = 'CryptPad is the zero knowledge realtime collaborative editor. Encryption carried out in your web browser protects the data from the server, the cloud, and the NSA. The secret encryption key is stored in the URL fragment identifier which is never sent to the server but is available to javascript so by sharing the URL, you give authorization to others who want to participate.';
diff --git a/www/register/index.html b/www/register/index.html
index 1f0a13c08..661e44f46 100644
--- a/www/register/index.html
+++ b/www/register/index.html
@@ -54,6 +54,7 @@