diff --git a/node/PadManager.js b/node/PadManager.js index fc550c99..ee48eec8 100644 --- a/node/PadManager.js +++ b/node/PadManager.js @@ -25,7 +25,7 @@ var AttributePoolFactory = require("./AttributePoolFactory"); /** * The initial Text of a Pad */ -exports.startText = "Hello World\nGoodbye Etherpad"; +exports.startText = "Welcome to Etherpad Lite. This pad text is synchronized as you type, so that everyone viewing this page sees the same text."; /** * A Array with all known Pads