There was an error while loading. Please reload this page.
1 parent acef571 commit 124b374Copy full SHA for 124b374
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/http_client.html.twig
@@ -96,7 +96,7 @@
96
{% endif %}
97
{% if trace.curlCommand is not null %}
98
<th>
99
- <button class="btn btn-sm hidden label" title="Copy as cURL" data-clipboard-text="{{ trace.curlCommand }}">cURL</button>
+ <button class="btn btn-sm hidden label" title="Copy as curl" data-clipboard-text="{{ trace.curlCommand }}">curl</button>
100
</th>
101
102
</tr>
0 commit comments