From ee74a76d57c27f79033388b7d705ebad309e64ba Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 9 Feb 2021 18:53:58 +0530 Subject: [PATCH] change the speech bubble icon that was used for comments in two contexts --- www/pad/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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