DEV: Correct i18n lint violation (#1026)
This commit is contained in:
parent
eae527f99d
commit
fae1fbc796
|
@ -12,7 +12,7 @@ en:
|
||||||
flagged_post: |
|
flagged_post: |
|
||||||
<div>Response from the model:</div>
|
<div>Response from the model:</div>
|
||||||
<p>%%LLM_RESPONSE%%</p>
|
<p>%%LLM_RESPONSE%%</p>
|
||||||
<b>Triggered by the <a href="/admin/plugins/discourse-automation/%%AUTOMATION_ID%%">%%AUTOMATION_NAME%%</a> rule.</b>
|
<b>Triggered by the <a href="%{base_path}/admin/plugins/discourse-automation/%%AUTOMATION_ID%%">%%AUTOMATION_NAME%%</a> rule.</b>
|
||||||
llm_report:
|
llm_report:
|
||||||
title: Periodic report using AI
|
title: Periodic report using AI
|
||||||
description: "Periodic report based on a large language model"
|
description: "Periodic report based on a large language model"
|
||||||
|
|
Loading…
Reference in New Issue