diff options
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 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> |
