diff --git a/FAQ.md b/FAQ.md
index af5291748f..66bcc551e6 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -3055,6 +3055,9 @@ Example conditions:
Note that *message("name")* returns an array. COALESCE returns the first value of an array, so it can be compared with a string value.
+Note that detecting the message text language needs to be enabled on the behavior settings tab page,
+and that changing this option doesn't affect the language detection of already received messages.
+
**Actions**
diff --git a/index.html b/index.html
index 1852f9ec4a..2fb735bbce 100644
--- a/index.html
+++ b/index.html
@@ -1677,6 +1677,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
AI("Is the message below a scam? Answer in English with just yes or no.") contains "yes"
COALESCE(message("language")) == "en"
Note that message(“name”) returns an array. COALESCE returns the first value of an array, so it can be compared with a string value.
+Note that detecting the message text language needs to be enabled on the behavior settings tab page, and that changing this option doesn’t affect the language detection of already received messages.
Actions
You can select one of these actions to apply to matching messages: