summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2015-04-02 00:03:34 +0100
committerJohn McLear <john@mclear.co.uk>2015-04-02 00:03:34 +0100
commitf6b4b5603dfe34ef04f88166579f81e0abcf64ec (patch)
tree816a8eae5633c886c9f2e4bb47ed71844ea3d826 /src/templates
parentfef746e80e010baffc4874f6eb8175ce2453ac15 (diff)
downloadetherpad-lite-f6b4b5603dfe34ef04f88166579f81e0abcf64ec.zip
fix timeslider title issues
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/timeslider.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/templates/timeslider.html b/src/templates/timeslider.html
index 45d7832d..20688ea8 100644
--- a/src/templates/timeslider.html
+++ b/src/templates/timeslider.html
@@ -61,11 +61,11 @@
<div id="ui-slider-bar"></div>
</div>
<div id="playpause_button">
- <button id="playpause_button_icon" class="" data-l10n-id="timeslider.playPause"></button>
+ <button id="playpause_button_icon" class=""></button>
</div>
<div id="steppers">
- <button class="stepper" id="leftstep" data-l10n-id="timeslider.backRevision"></button>
- <button class="stepper" id="rightstep" data-l10n-id="timeslider.forwardRevision"></button>
+ <button class="stepper" id="leftstep"></button>
+ <button class="stepper" id="rightstep"></button>
</div>
</div>