mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 09:20:14 +00:00
FIX: Invalid header button title (#621)
`[en.Start a PM with an AI bot]`
This commit is contained in:
parent
cb23ae614f
commit
fc73cce113
@ -25,10 +25,10 @@ export default class AiBotHeaderIcon extends Component {
|
|||||||
{{#if (gt this.bots.length 0)}}
|
{{#if (gt this.bots.length 0)}}
|
||||||
<li>
|
<li>
|
||||||
<DButton
|
<DButton
|
||||||
@icon="robot"
|
|
||||||
@title={{i18n "discourse_ai.ai_bot.shortcut_title"}}
|
|
||||||
class="ai-bot-button icon btn-flat"
|
|
||||||
@action={{this.compose}}
|
@action={{this.compose}}
|
||||||
|
@icon="robot"
|
||||||
|
title={{i18n "discourse_ai.ai_bot.shortcut_title"}}
|
||||||
|
class="ai-bot-button icon btn-flat"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user