From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- django/contrib/admin/templates/registration/logged_out.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/contrib/admin/templates') diff --git a/django/contrib/admin/templates/registration/logged_out.html b/django/contrib/admin/templates/registration/logged_out.html index 460e17eafd..e9a5545024 100644 --- a/django/contrib/admin/templates/registration/logged_out.html +++ b/django/contrib/admin/templates/registration/logged_out.html @@ -7,7 +7,7 @@ {% block content %} -

{% translate "Thanks for spending some quality time with the Web site today." %}

+

{% translate "Thanks for spending some quality time with the web site today." %}

{% translate 'Log in again' %}

-- cgit v1.3