Changed "Request" label to "Query" in WDT

This commit is contained in:
William Durand 2012-04-21 14:51:11 +03:00
parent 341ee674af
commit 817894b80c

View file

@ -8,11 +8,11 @@
{% endset %}
{% set text %}
<div class="sf-toolbar-info-piece">
<b>DB Requests</b>
<b>DB Queries</b>
<span>{{ collector.querycount }}</span>
</div>
<div class="sf-toolbar-info-piece">
<b>Request time</b>
<b>Query time</b>
<span>{{ '%0.2f'|format(collector.time * 1000) }} ms</span>
</div>
{% endset %}