Skip to content

Commit 3cd1c9c

Browse files
committed
bug #10565 fixed typos (fabpot)
This PR was merged into the 2.5-dev branch. Discussion ---------- fixed typos /cc @nicolas-grekas Commits ------- 584b5c0 fixed typos
2 parents 4a0382b + 584b5c0 commit 3cd1c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
{% set status_color = "yellow" %}
1313
{% endif %}
1414
{% set error_count = collector.counterrors + collector.countdeprecations + collector.countscreams %}
15-
<span class="sf-toolbar-status{% if status_color is defined %}} sf-toolbar-status-{{ status_color }}{% endif %}">{{ error_count }}</span>
15+
<span class="sf-toolbar-status{% if status_color is defined %} sf-toolbar-status-{{ status_color }}{% endif %}">{{ error_count }}</span>
1616
{% endset %}
1717
{% set text %}
1818
{% if collector.counterrors %}
1919
<div class="sf-toolbar-info-piece">
20-
<b>Exception</b>
20+
<b>Errors</b>
2121
<span class="sf-toolbar-status sf-toolbar-status-red">{{ collector.counterrors }}</span>
2222
</div>
2323
{% endif %}

0 commit comments

Comments
 (0)