Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
commit
4a762fec99
@ -375,10 +375,9 @@ define(function () {
|
|||||||
|
|
||||||
out.codeInitialState = [
|
out.codeInitialState = [
|
||||||
'/*\n',
|
'/*\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',
|
' 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',
|
' You can choose the programming language to highlight and the UI color scheme in the upper right.\n',
|
||||||
' What you see here, what you hear here, when you leave here, let it stay here.\n',
|
|
||||||
'*/'
|
'*/'
|
||||||
].join('');
|
].join('');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user