Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/console')
-rw-r--r--templates/console/display.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/console/display.twig b/templates/console/display.twig
index 13095bfe8c..d7cb6bb7b8 100644
--- a/templates/console/display.twig
+++ b/templates/console/display.twig
@@ -88,8 +88,8 @@
['action expand', 'Expand'|trans],
['action dbg_show_trace', 'Show trace'|trans],
['action dbg_hide_trace', 'Hide trace'|trans],
- ['text count hide', 'Count'|trans],
- ['text time', 'Time taken'|trans]
+ {0: 'text count hide', 1: 'Count'|trans, 'extraSpan': ''},
+ {0: 'text time', 1: 'Time taken'|trans, 'extraSpan': ''},
]
} only %}
</div> <!-- Template -->