diff options
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/timer.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/timer.html b/debug_toolbar/templates/debug_toolbar/panels/timer.html index 0138e64..74cf0c7 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/timer.html +++ b/debug_toolbar/templates/debug_toolbar/panels/timer.html @@ -27,13 +27,14 @@ <table> <colgroup> <col style="width:20%"/> - <col/> + <col style="width:60%"/> + <col style="width:20%"/> </colgroup> <thead> <tr> <th>{% trans "Timing Attribute" %}</th> <th class="timeline">{% trans 'Timeline' %}</th> - <th class="time">{% trans "Time since navigation start (+length, msec)" %}</th> + <th class="time">{% trans "Milliseconds since navigation start (+length)" %}</th> </tr> </thead> <tbody id="djDebugBrowserTimingTableBody"> |
