Skip to content

Commit

Permalink
fixed label in view
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragazzo committed Feb 14, 2014
1 parent 90a6c67 commit 5534b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/debug/views/default/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'ip',
[
'attribute' => 'sqlCount',
'label' => 'Total queries',
'label' => 'Query Count',
'value' => function ($data) {
$dbPanel = $this->context->module->panels['db'];

Expand Down

0 comments on commit 5534b51

Please sign in to comment.