summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index db58182ca0..4dbbb21d08 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -2115,5 +2115,5 @@ aware of certain limitations:
* When an English variant is activated and English strings are missing, the
fallback language will not be the :setting:`LANGUAGE_CODE` of the project,
but the original strings. For example, an English user visiting a site with
- Spanish as the default language and original strings written in Russian will
- fallback to Russian, not to Spanish.
+ :setting:`LANGUAGE_CODE` set to Spanish and original strings written in
+ Russian will see Russian text rather than Spanish.