diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 6088f2c5c..8967a2975 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -244,8 +244,9 @@ define([ h('div.mainOverlay'), h('div#align-container', [ h('div#main-container', [ - h('div#data.hidden', [ - setHTML(h('p.left'), Msg.main_info), + h('div#data.hidden.title', [ + h('h1', 'CryptPad'), + h('p', Msg.main_catch_phrase) ]), userForm(), h('div#loggedIn.hidden', [ diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 3d84e9ecf..5bd46fabd 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -436,6 +436,7 @@ define(function () { out.main_about_p2 = 'If you have any questions or comments, you can tweet us, open an issue on github, come say hi on irc (irc.freenode.net), or send us an email.'; out.main_info = "

Collaborate in Confidence


Grow your ideas together with shared documents while Zero Knowledge technology secures your privacy; even from us."; + out.main_catch_phrase = "The Zero Knowledge Cloud"; out.main_howitworks = 'How It Works'; out.main_zeroKnowledge = 'Zero Knowledge'; diff --git a/package.json b/package.json index 36e1ca923..96ebe9ff1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "1.9.0", + "version": "1.9.0-1", "dependencies": { "chainpad-server": "^1.0.1", "express": "~4.10.1",