Merge branch 'history' of github.com:xwiki-labs/cryptpad into history

This commit is contained in:
yflory 2020-09-29 16:50:39 +02:00
commit 1f6cb798ca

View file

@ -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'),
]);