This commit is contained in:
John McLear 2013-03-01 15:09:21 -08:00
commit bf72e981f8

View file

@ -5,7 +5,7 @@
*/
{
// Name your instance!
"title": "Etherpad Lite",
"title": "Etherpad",
// favicon default name
// alternatively, set up a fully specified Url to your own favicon
@ -59,7 +59,7 @@
] },
//the default text of a pad
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",
"defaultPadText" : "Welcome to Etherpad!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http:\/\/etherpad.org\n",
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false,