mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
UX: remove text from right gutter reply button
This commit is contained in:
parent
5c3e36aec2
commit
bfc8b3362b
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ export default createWidget('topic-timeline', {
|
||||||
controls.push(this.attach('button', {
|
controls.push(this.attach('button', {
|
||||||
className: 'btn btn-primary create',
|
className: 'btn btn-primary create',
|
||||||
icon: 'reply',
|
icon: 'reply',
|
||||||
label: 'topic.reply.title',
|
|
||||||
title: 'topic.reply.help',
|
title: 'topic.reply.help',
|
||||||
action: 'replyToPost'
|
action: 'replyToPost'
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in a new issue