mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: reply buttons and tooltips untranslated in all languages
This commit is contained in:
parent
0e8808fbe8
commit
396526621b
|
@ -1,7 +1,7 @@
|
|||
import Button from 'discourse/components/d-button';
|
||||
|
||||
export default Button.extend({
|
||||
label: 'topic.reply.title',
|
||||
label: 'topic.reply.topic.title',
|
||||
icon: 'reply',
|
||||
action: 'showLogin'
|
||||
});
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
replyToPost=(action "replyToPost")
|
||||
}}
|
||||
{{else}}
|
||||
{{d-button icon="reply" class="btn-primary" action="showLogin" label="topic.reply.title"}}
|
||||
{{d-button icon="reply" class="btn-primary" action="showLogin" label="topic.reply.topic.title"}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -377,7 +377,7 @@ export default createWidget('topic-timeline', {
|
|||
controls.push(this.attach('button', {
|
||||
className: 'btn create',
|
||||
icon: 'reply',
|
||||
title: 'topic.reply.help',
|
||||
title: 'topic.reply.topic.help',
|
||||
action: 'replyToPost'
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user