diff options
| author | pp <pp@users.noreply.github.com> | 2016-01-10 18:16:28 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-11 06:16:49 -0500 |
| commit | 76b4015ea9b02fdbc3acebe71ed79bcc902697da (patch) | |
| tree | a017e865349551cb4dfbbd198b14fa90c437d426 /django | |
| parent | c7a73f3929cb0c5bdf7c10882ff006bab026817e (diff) | |
[1.9.x] Refs #25755 -- Unified a couple more spellings of 'website'.
Backport of c8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 from master
Diffstat (limited to 'django')
| -rw-r--r-- | django/views/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/debug.py b/django/views/debug.py index 1aeb05f7b0..7cff3eface 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> |
