Skip to content

Commit 84780e9

Browse files
committed
Correct headers label
1 parent 7dbe8b4 commit 84780e9

File tree

1 file changed

+2
-2
lines changed
  • sentry/templates/sentry/partial/interfaces

1 file changed

+2
-2
lines changed

sentry/templates/sentry/partial/interfaces/http.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>{% trans "Request" %}</h2>
9898
<td>
9999
{% if headers_is_dict %}
100100
{% if headers|length > 5 %}
101-
<a href="#" onclick="return varToggle(this, 'HttpHeaders')"><span>&#x25b6;</span> {% trans "Cookies" %}</a>
101+
<a href="#" onclick="return varToggle(this, 'HttpHeaders')"><span>&#x25b6;</span> {% trans "Headers" %}</a>
102102
{% endif %}
103103
<table class="table vars" id="vHttpHeaders"{% if headers|length > 5 %} style="display:none;"{% endif %}>
104104
<colgroup>
@@ -115,7 +115,7 @@ <h2>{% trans "Request" %}</h2>
115115
</table>
116116
{% else %}
117117
{% if headers|length > 5 %}
118-
<a href="#" onclick="return varToggle(this, 'HttpHeaders')"><span>&#x25b6;</span> {% trans "Cookies" %}</a>
118+
<a href="#" onclick="return varToggle(this, 'HttpHeaders')"><span>&#x25b6;</span> {% trans "Headers" %}</a>
119119
{% endif %}
120120
<div id="vHttpHeaders"{% if headers|length > 5 %} style="display:none;"{% endif %}>
121121
<pre>{{ headers|pprint }}</pre>

0 commit comments

Comments
 (0)