mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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…
x
Reference in New Issue
Block a user