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

This commit is contained in:
ansuz 2021-02-09 18:53:58 +05:30
parent d72e7cf8c2
commit ee74a76d57
1 changed files with 1 additions and 1 deletions

View File

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