diff --git a/www/pad/comments.js b/www/pad/comments.js index 6af3743d0..4d752d54d 100644 --- a/www/pad/comments.js +++ b/www/pad/comments.js @@ -771,7 +771,7 @@ define([ var button = h('button.btn.btn-secondary', { style: 'top:' + y + 'px;', title: Messages.comments_comment - }, h('i.fa.fa-comment')); + }, h('i.fa.fa-commenting')); Env.bubble = { node: node, button: button