From 1178660815f2dba7741c68f719c5244f5dcc9f54 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 13 Mar 2017 11:52:33 +0100 Subject: [PATCH] update code initialState string --- customize.dist/translations/messages.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 73c38d979..50cfbbda4 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -375,10 +375,9 @@ define(function () { out.codeInitialState = [ '/*\n', - ' This is CryptPad, the zero knowledge realtime collaborative editor.\n', + ' This is the CryptPad Zero Knowledge collaborative code editor.\n', ' What you type here is encrypted so only people who have the link can access it.\n', - ' Even the server cannot see what you type.\n', - ' What you see here, what you hear here, when you leave here, let it stay here.\n', + ' You can choose the programming language to highlight and the UI color scheme in the upper right.\n', '*/' ].join('');