diff options
author | 0ip <me@factor.cc> | 2013-02-09 20:42:47 +0100 |
---|---|---|
committer | 0ip <me@factor.cc> | 2013-02-09 20:42:47 +0100 |
commit | 21e1422be6632f2cf407dba916f05a30110dc532 (patch) | |
tree | 80b7e3a20ba4da70e917a2711b9acd212235d8aa /src/templates/admin/index.html | |
parent | 52ff28dea03a342c13d408d1c588ccdc38b56b68 (diff) | |
download | etherpad-lite-21e1422be6632f2cf407dba916f05a30110dc532.zip |
Drop 'lite' occurrences in /admin/*
Diffstat (limited to 'src/templates/admin/index.html')
-rw-r--r-- | src/templates/admin/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/admin/index.html b/src/templates/admin/index.html index 77d18263..f1a74afa 100644 --- a/src/templates/admin/index.html +++ b/src/templates/admin/index.html @@ -1,6 +1,6 @@ <html>
<head>
- <title>Admin Dashboard - Etherpad lite</title>
+ <title>Admin Dashboard - Etherpad</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="../static/css/admin.css">
<script src="../static/js/jquery.js"></script>
@@ -9,7 +9,7 @@ <body>
<div id="wrapper">
<div class="menu">
- <h1>Etherpad lite</h1>
+ <h1>Etherpad</h1>
<ul>
<% e.begin_block("adminMenu"); %>
<li><a href="plugins">Plugin manager</a> </li>
|