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>
This commit is contained in:
William Desportes 2022-08-15 18:11:50 +02:00
parent 249eaffae7
commit 9c72103931
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -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 -->