update pad initialState
This commit is contained in:
@@ -359,18 +359,15 @@ define(function () {
|
|||||||
// Initial states
|
// Initial states
|
||||||
|
|
||||||
out.initialState = [
|
out.initialState = [
|
||||||
'<p>',
|
'<span style="font-size:18px;"><p>',
|
||||||
'This is <strong>CryptPad</strong>, the zero knowledge realtime collaborative editor.',
|
'This is <strong>CryptPad</strong>, the Zero Knowledge realtime collaborative editor. Everything is saved as you type.',
|
||||||
'<br>',
|
'<br>',
|
||||||
'What you type here is encrypted so only people who have the link can access it.',
|
'Share the link to this pad to edit with friends or use the <span style="background-color:#449d44;color:#ffffff;"> Share </span> button to share a <em>read-only link</em> which allows viewing but not editing.',
|
||||||
'<br>',
|
|
||||||
'Even the server cannot see what you type.',
|
|
||||||
'</p>',
|
|
||||||
'<p>',
|
|
||||||
'<small>',
|
|
||||||
'<i>What you see here, what you hear here, when you leave here, let it stay here</i>',
|
|
||||||
'</small>',
|
|
||||||
'</p>',
|
'</p>',
|
||||||
|
|
||||||
|
'<p><span style="color:#808080;"><em>',
|
||||||
|
'Go ahead, just start typing...',
|
||||||
|
'</em></span></p></span>'
|
||||||
].join('');
|
].join('');
|
||||||
|
|
||||||
out.codeInitialState = [
|
out.codeInitialState = [
|
||||||
|
|||||||
Reference in New Issue
Block a user