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

Commit 6bbfda5

Browse files
committed
FIX: Lint
1 parent a3db930 commit 6bbfda5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/javascripts/discourse/components/ai-llm-editor-form.gjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,20 +324,20 @@ export default class AiLlmEditorForm extends Component {
324324
class="ai-llm-editor__test"
325325
@action={{this.test}}
326326
@disabled={{this.testRunning}}
327-
@label={{"discourse_ai.llms.tests.title"}}
327+
@label="discourse_ai.llms.tests.title"
328328
/>
329329

330330
<DButton
331331
class="btn-primary ai-llm-editor__save"
332332
@action={{this.save}}
333333
@disabled={{this.isSaving}}
334-
@label={{"discourse_ai.llms.save"}}
334+
@label="discourse_ai.llms.save"
335335
/>
336336
{{#unless @model.isNew}}
337337
<DButton
338338
@action={{this.delete}}
339339
class="btn-danger ai-llm-editor__delete"
340-
@label={{"discourse_ai.llms.delete"}}
340+
@label="discourse_ai.llms.delete"
341341
/>
342342
{{/unless}}
343343
</div>

0 commit comments

Comments
 (0)