From f7300215c7100ce2f0e03ed91ae9509fe06f55a3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 9 Apr 2020 13:09:43 -0500 Subject: [PATCH] Change Etherpad default intro text The existing text has an out of date link. Update that. Also, mention opendev. Change-Id: Id57113fd5543e5c3639f6684da27275893e55bc8 --- playbooks/roles/etherpad/templates/settings.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/etherpad/templates/settings.json.j2 b/playbooks/roles/etherpad/templates/settings.json.j2 index cfdbc01bb4..eb7aadec2e 100644 --- a/playbooks/roles/etherpad/templates/settings.json.j2 +++ b/playbooks/roles/etherpad/templates/settings.json.j2 @@ -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,