diff options
Diffstat (limited to '')
-rw-r--r-- | etherpad/src/static/favicon.ico | bin | 1150 -> 1354 bytes | |||
-rw-r--r-- | etherpad/src/templates/main/home.ejs | 4 | ||||
-rw-r--r-- | etherpad/src/templates/pad/create_body.ejs | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etherpad/src/static/favicon.ico b/etherpad/src/static/favicon.ico Binary files differindex a19a1cb..a833c3a 100644 --- a/etherpad/src/static/favicon.ico +++ b/etherpad/src/static/favicon.ico 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" /> |