Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit c370558

Browse files
committed
chore: fix linting
1 parent 54e5c57 commit c370558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-tool-editor.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default class AiToolEditor extends Component {
192192
/>
193193
<DTooltip
194194
@icon="question-circle"
195-
@content={{I18n.t "discourse_ai.tools.tool_name_help"}}
195+
@content={{i18n "discourse_ai.tools.tool_name_help"}}
196196
/>
197197
</div>
198198

0 commit comments

Comments
 (0)