add proper title to right gutter reply button
This commit is contained in:
parent
f854eebc5f
commit
97c1bb9159
|
@ -247,6 +247,7 @@ export default createWidget('topic-timeline', {
|
||||||
className: 'btn btn-primary create',
|
className: 'btn btn-primary create',
|
||||||
icon: 'reply',
|
icon: 'reply',
|
||||||
label: 'topic.reply.title',
|
label: 'topic.reply.title',
|
||||||
|
title: 'topic.reply.help',
|
||||||
action: 'replyToPost'
|
action: 'replyToPost'
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue