1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

[file view] modified 'comment' icon (#3027)

This commit is contained in:
llj
2019-03-01 15:51:51 +08:00
committed by Daniel Pan
parent df6d0d3a47
commit 07917663ff

View File

@@ -85,7 +85,7 @@ class FileToolbar extends React.Component {
{enableComment && (
<IconButton
id="comment"
icon="fa fa-comment"
icon="fa fa-comments"
text={gettext('Comment')}
onClick={this.props.toggleCommentPanel}
/>