UX: remove text from right gutter reply button

This commit is contained in:
Jeff Atwood 2016-06-06 14:40:22 -07:00
parent 5c3e36aec2
commit bfc8b3362b

View file

@ -236,7 +236,6 @@ export default createWidget('topic-timeline', {
controls.push(this.attach('button', {
className: 'btn btn-primary create',
icon: 'reply',
label: 'topic.reply.title',
title: 'topic.reply.help',
action: 'replyToPost'
}));