summaryrefslogtreecommitdiff
path: root/django/views/debug.py
diff options
context:
space:
mode:
authorpp <pp@users.noreply.github.com>2016-01-10 18:16:28 +0100
committerTim Graham <timograham@gmail.com>2016-01-11 06:13:16 -0500
commitc8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 (patch)
tree5fbf1fe444618ab1127119acdf24c55592a9995b /django/views/debug.py
parent4a03e6f27207ec7d9bb12d229da570633c086a92 (diff)
Refs #25755 -- Unified a couple more spellings of 'website'.
Diffstat (limited to 'django/views/debug.py')
-rw-r--r--django/views/debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/debug.py b/django/views/debug.py
index c29b71cce0..70ee452abb 100644
--- a/django/views/debug.py
+++ b/django/views/debug.py
@@ -882,7 +882,7 @@ Exception Type: {{ exception_type|escape }}{% if request %} at {{ request.path_i
Exception Value: {{ exception_value|force_escape }}
</textarea>
<br><br>
- <input type="submit" value="Share this traceback on a public Web site">
+ <input type="submit" value="Share this traceback on a public website">
</div>
</form>
</div>