aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/signals.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/signals.html b/debug_toolbar/templates/debug_toolbar/panels/signals.html
index 75c1e22..96b863a 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/signals.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/signals.html
@@ -2,7 +2,7 @@
<table>
<thead>
<tr>
- <th>{% trans "Signal" %}</th>
+ <th>{% trans 'Signal' %}</th>
<th>{% trans 'Providing Args' %}</th>
<th>{% trans 'Receivers' %}</th>
</tr>