mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Updated welcome to text to read something more friendly and useful
This commit is contained in:
parent
3b029b638d
commit
82f427422a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue