From ff3641134fe58cb26ac90a16c0cbf3cb1d668531 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 13 Mar 2017 12:16:01 +0100 Subject: [PATCH] update pad initialState --- customize.dist/translations/messages.js | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 50cfbbda4..98eadb69b 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -359,18 +359,15 @@ define(function () { // Initial states out.initialState = [ - '

', - 'This is CryptPad, the zero knowledge realtime collaborative editor.', + '

', + 'This is CryptPad, the Zero Knowledge realtime collaborative editor. Everything is saved as you type.', '
', - 'What you type here is encrypted so only people who have the link can access it.', - '
', - 'Even the server cannot see what you type.', - '

', - '

', - '', - 'What you see here, what you hear here, when you leave here, let it stay here', - '', + 'Share the link to this pad to edit with friends or use the  Share  button to share a read-only link which allows viewing but not editing.', '

', + + '

', + 'Go ahead, just start typing...', + '

' ].join(''); out.codeInitialState = [