mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'history' of github.com:xwiki-labs/cryptpad into history
This commit is contained in:
commit
1f6cb798ca
@ -425,7 +425,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_fastNnext }, [
|
||||
var fastNext = h('button.cp-toolbar-history-next', { title: Messages.history_fastNext }, [
|
||||
h('i.fa.fa-users'),
|
||||
h('i.fa.fa-step-forward'),
|
||||
]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user