You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
This update adds some structure for handling errors in the spam config while also handling a specific error related to the spam scanning user not being an admin account.
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,10 @@ en:
255
255
spam_detection:
256
256
flag_reason: "Flagged as spam by <a href='%{url}'>Discourse AI</a>"
257
257
silence_reason: "User silenced automatically by <a href='%{url}'>Discourse AI</a>"
258
+
invalid_error_type: "Invalid error type provided"
259
+
unexpected: "An unexpected error occured"
260
+
bot_user_update_failed: "Failed to update the spam scanning bot user"
261
+
258
262
ai_bot:
259
263
reply_error: "Sorry, it looks like our system encountered an unexpected issue while trying to reply.\n\n[details='Error details']\n%{details}\n[/details]"
0 commit comments