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:
authorWilliam Desportes <williamdes@wdes.fr>2022-08-15 19:11:50 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-08-15 19:11:59 +0300
commit9c72103931cce95a80c19e87a18912a2326c95c5 (patch)
treeaddf78a17967f9399acc0a7028c8924bc2353c83 /templates
parent249eaffae7ce8bf7442e647ab7d447a5a9e89aef (diff)
Change "Count" for "Count:" and "Time taken" for "Time taken:" on SQL debug console
All are translated or previously translated. Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'templates')
-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 534df17de3..1a64277253 100644
--- a/templates/console/display.twig
+++ b/templates/console/display.twig
@@ -105,8 +105,8 @@
<span class="action expand">{{ 'Expand'|trans }}</span>
<span class="action dbg_show_trace">{{ 'Show trace'|trans }}</span>
<span class="action dbg_hide_trace">{{ 'Hide trace'|trans }}</span>
- <span class="text count hide">{{ 'Count'|trans }} <span></span></span>
- <span class="text time">{{ 'Time taken'|trans }} <span></span></span>
+ <span class="text count hide">{{ 'Count:'|trans }} <span></span></span>
+ <span class="text time">{{ 'Time taken:'|trans }} <span></span></span>
</div>
</div> <!-- Template -->