change the speech bubble icon that was used for comments in two contexts

pull/1/head
ansuz 4 years ago
parent d72e7cf8c2
commit ee74a76d57

@ -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

Loading…
Cancel
Save