summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-03-01 23:08:39 +0000
committerJohn McLear <john@mclear.co.uk>2013-03-01 23:08:39 +0000
commit36923313fae886792a231b5ebef6487b243c2256 (patch)
tree0954ff13e5469a65b1bd2cd2e55d049a56305e6e /settings.json.template
parent2c690665917701bda8ac034f57a30fb3ed247d14 (diff)
downloadetherpad-lite-36923313fae886792a231b5ebef6487b243c2256.zip
remove more references to lite
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.json.template b/settings.json.template
index 28f0192e..105bfb91 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -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,