mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
add proper title to right gutter reply button
This commit is contained in:
parent
f854eebc5f
commit
97c1bb9159
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ export default createWidget('topic-timeline', {
|
|||
className: 'btn btn-primary create',
|
||||
icon: 'reply',
|
||||
label: 'topic.reply.title',
|
||||
title: 'topic.reply.help',
|
||||
action: 'replyToPost'
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue