FIX: Invalid header button title (#621)

`[en.Start a PM with an AI bot]`
This commit is contained in:
Jarek Radosz 2024-05-14 15:30:03 +02:00 committed by GitHub
parent cb23ae614f
commit fc73cce113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -25,10 +25,10 @@ export default class AiBotHeaderIcon extends Component {
{{#if (gt this.bots.length 0)}}
<li>
<DButton
@icon="robot"
@title={{i18n "discourse_ai.ai_bot.shortcut_title"}}
class="ai-bot-button icon btn-flat"
@action={{this.compose}}
@icon="robot"
title={{i18n "discourse_ai.ai_bot.shortcut_title"}}
class="ai-bot-button icon btn-flat"
/>
</li>
{{/if}}