diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-04-29 19:29:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 20:29:08 +0200 |
| commit | 2161db0792f2e4d3deef3e09cd72f7a08340cafe (patch) | |
| tree | 94ffd28dc91c0c7b3aae5cc53a8f1233a7b277c1 /tests/view_tests | |
| parent | 907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 (diff) | |
Fixed capitalization of "ECMAScript" and "JavaScript".
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/tests/test_i18n.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/view_tests/tests/test_i18n.py b/tests/view_tests/tests/test_i18n.py index b4c27a296e..9276f61fea 100644 --- a/tests/view_tests/tests/test_i18n.py +++ b/tests/view_tests/tests/test_i18n.py @@ -324,7 +324,7 @@ class I18NViewTests(SimpleTestCase): def test_i18n_language_non_english_default(self): """ - Check if the Javascript i18n view returns an empty language catalog + Check if the JavaScript i18n view returns an empty language catalog if the default language is non-English, the selected language is English and there is not 'en' translation available. See #13388, #3594 and #13726 for more details. @@ -337,7 +337,7 @@ class I18NViewTests(SimpleTestCase): def test_non_english_default_english_userpref(self): """ Same as above with the difference that there IS an 'en' translation - available. The Javascript i18n view must return a NON empty language catalog + available. The JavaScript i18n view must return a NON empty language catalog with the proper English translations. See #13726 for more details. """ with self.settings(LANGUAGE_CODE='fr'), override('en-us'): |
