mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Swap tooltips for timeline buttons
This commit is contained in:
parent
282461f8fb
commit
a614f6335e
@ -415,7 +415,7 @@ define([
|
||||
var prev = h('button.cp-toolbar-history-previous', { title: Messages.history_prev }, [
|
||||
h('i.fa.fa-step-backward')
|
||||
]);
|
||||
var fastNext = h('button.cp-toolbar-history-next', { title: Messages.history_next }, [
|
||||
var fastNext = h('button.cp-toolbar-history-next', { title: Messages.history_fastNext }, [
|
||||
h('i.fa.fa-users'),
|
||||
h('i.fa.fa-step-forward'),
|
||||
]);
|
||||
@ -423,7 +423,7 @@ define([
|
||||
h('i.fa.fa-user'),
|
||||
h('i.fa.fa-step-forward'),
|
||||
]);
|
||||
var next = h('button.cp-toolbar-history-next', { title: Messages.history_fastNext }, [
|
||||
var next = h('button.cp-toolbar-history-next', { title: Messages.history_next }, [
|
||||
h('i.fa.fa-step-forward')
|
||||
]);
|
||||
var $fastPrev = $(fastPrev);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user