From 2161db0792f2e4d3deef3e09cd72f7a08340cafe Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 29 Apr 2021 19:29:08 +0100 Subject: Fixed capitalization of "ECMAScript" and "JavaScript". --- tests/admin_views/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_views') diff --git a/tests/admin_views/models.py b/tests/admin_views/models.py index 284a4cfacb..36a8423c41 100644 --- a/tests/admin_views/models.py +++ b/tests/admin_views/models.py @@ -759,7 +759,7 @@ class PrePopulatedPostLargeSlug(models.Model): """ Regression test for #15938: a large max_length for the slugfield must not be localized in prepopulated_fields_js.html or it might end up breaking - the javascript (ie, using THOUSAND_SEPARATOR ends up with maxLength=1,000) + the JavaScript (ie, using THOUSAND_SEPARATOR ends up with maxLength=1,000) """ title = models.CharField(max_length=100) published = models.BooleanField(default=False) -- cgit v1.3