summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorGared <mu.stefan@googlemail.com>2014-12-28 22:20:09 +0100
committerGared <mu.stefan@googlemail.com>2014-12-28 22:20:09 +0100
commit018821e98c3e315eb37e55c05e743dc1268d04ad (patch)
tree62df77cc21926f250c8438b8ffdaa3f144db88cc /src/templates
parent2307c6fbda8ef149aebf83d47d099ca6d94f7ffc (diff)
downloadetherpad-lite-018821e98c3e315eb37e55c05e743dc1268d04ad.zip
Use camel case
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/pad.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index c6d48cd3..e442ef00 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -114,8 +114,8 @@
<div id="wrongPassword">
<p data-l10n-id="pad.wrongPassword">Your password was wrong</p>
</div>
- <div id="nocookie">
- <p data-l10n-id="pad.nocookie">Cookie could not be found. Please allow cookies in your browser!</p>
+ <div id="noCookie">
+ <p data-l10n-id="pad.noCookie">Cookie could not be found. Please allow cookies in your browser!</p>
</div>
<% e.begin_block("loading"); %>
<p data-l10n-id="pad.loading" id="loading">Loading...</p>