summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorAdam Niederer <AdamNiederer@users.noreply.github.com>2017-04-15 20:12:44 -0400
committerGitHub <noreply@github.com>2017-04-15 20:12:44 -0400
commit11813f33a571874567466be9087569a1376ed1ac (patch)
tree5097942fe632fa34b8eead080a7b4dab85621fcf /src/templates
parent9bea5a64b8f37dc6659c1de81022ca2251707fd0 (diff)
downloadetherpad-lite-11813f33a571874567466be9087569a1376ed1ac.zip
Butt On -> button
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index e1f59c1e..92bea582 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -161,7 +161,7 @@
<div id="wrapper">
<% e.begin_block("indexWrapper"); %>
<div id="inner">
- <buttOn id="button" onclick="go2Random()" data-l10n-id="index.newPad"></button>
+ <button id="button" onclick="go2Random()" data-l10n-id="index.newPad"></button>
<label id="label" for="padname" data-l10n-id="index.createOpenPad"></label>
<form action="#" onsubmit="go2Name();return false;">
<input type="text" id="padname" maxlength="50" autofocus x-webkit-speech>