Change Etherpad default intro text

The existing text has an out of date link. Update that. Also, mention
opendev.

Change-Id: Id57113fd5543e5c3639f6684da27275893e55bc8
This commit is contained in:
Monty Taylor 2020-04-09 13:09:43 -05:00
parent 513da85123
commit f7300215c7

View File

@ -29,7 +29,7 @@
"database": "etherpad-lite"
},
//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\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
"defaultPadText" : "Welcome to OpenDev 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\nOpenDev: https://opendev.org\nEtherpad on Github: https://github.com/ether/etherpad-lite\n",
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false,