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

Commit fae1fbc

Browse files
DEV: Correct i18n lint violation (#1026)
1 parent eae527f commit fae1fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/locales/server.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ en:
1212
flagged_post: |
1313
<div>Response from the model:</div>
1414
<p>%%LLM_RESPONSE%%</p>
15-
<b>Triggered by the <a href="/admin/plugins/discourse-automation/%%AUTOMATION_ID%%">%%AUTOMATION_NAME%%</a> rule.</b>
15+
<b>Triggered by the <a href="%{base_path}/admin/plugins/discourse-automation/%%AUTOMATION_ID%%">%%AUTOMATION_NAME%%</a> rule.</b>
1616
llm_report:
1717
title: Periodic report using AI
1818
description: "Periodic report based on a large language model"

0 commit comments

Comments
 (0)