summaryrefslogtreecommitdiffstats
path: root/etherpad/src/templates/pad
diff options
context:
space:
mode:
authornehls@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none>2010-02-03 17:49:31 +0000
committernehls@b2ef00c0-3703-41da-baef-cfe82387ac0c <none@none>2010-02-03 17:49:31 +0000
commit25c7d558968ccc435d135045a6bbab1abfc3677d (patch)
treeb8c5ab04faa6f74d450473b712a45396d5279c48 /etherpad/src/templates/pad
parent7917c8e5eb4dc8cc5de772f717159d4785f10b4e (diff)
downloadetherpad-25c7d558968ccc435d135045a6bbab1abfc3677d.tar.gz
etherpad-25c7d558968ccc435d135045a6bbab1abfc3677d.tar.bz2
etherpad-25c7d558968ccc435d135045a6bbab1abfc3677d.zip
Some more branding
--HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%4026
Diffstat (limited to 'etherpad/src/templates/pad')
-rw-r--r--etherpad/src/templates/pad/create_body.ejs4
1 files changed, 2 insertions, 2 deletions
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" />