aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etherpad/src/static/favicon.icobin1150 -> 1354 bytes
-rw-r--r--etherpad/src/templates/main/home.ejs4
-rw-r--r--etherpad/src/templates/pad/create_body.ejs4
3 files changed, 4 insertions, 4 deletions
diff --git a/etherpad/src/static/favicon.ico b/etherpad/src/static/favicon.ico
index a19a1cb..a833c3a 100644
--- a/etherpad/src/static/favicon.ico
+++ b/etherpad/src/static/favicon.ico
Binary files differ
diff --git a/etherpad/src/templates/main/home.ejs b/etherpad/src/templates/main/home.ejs
index b806e81..39ac6ee 100644
--- a/etherpad/src/templates/main/home.ejs
+++ b/etherpad/src/templates/main/home.ejs
@@ -10,13 +10,13 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
-limitations under the License. */ %><% helpers.setHtmlTitle("EtherPad: Open-Sourced!"); %>
+limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: Open-Sourced!"); %>
<% helpers.includeCss("home-opensource.css"); %>
<div id="home">
<div id="title">
- EtherPad: Open-Sourced!
+ SplinePad [beta]: Open-Sourced!
</div>
<div>
diff --git a/etherpad/src/templates/pad/create_body.ejs b/etherpad/src/templates/pad/create_body.ejs
index 5fec49a..742821f 100644
--- a/etherpad/src/templates/pad/create_body.ejs
+++ b/etherpad/src/templates/pad/create_body.ejs
@@ -10,7 +10,7 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS-IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
-limitations under the License. */ %><% helpers.setHtmlTitle("EtherPad: Create a new pad?"); %>
+limitations under the License. */ %><% helpers.setHtmlTitle("SplinePad [beta]: Create a new pad?"); %>
<div id="createpadpage" class="fpcontent">
<form action="<%= request.path %>" method="post">
@@ -18,7 +18,7 @@ limitations under the License. */ %><% helpers.setHtmlTitle("EtherPad: Create a
<p><tt id="padurl">http://<%= request.host %>/<%= toHTML(padId) %></tt></p>
<br/>
- <p>There is no EtherPad document here. Would you like to create one?</p>
+ <p>There is no SplinePad document here. Would you like to create one?</p>
<input type="hidden" name="padId" value="<%= toHTML(padId) %>" />
<input type="submit" id="createPad" value="Create Pad" />