File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
{% set status_color = " yellow" %}
13
13
{% endif %}
14
14
{% 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 >
16
16
{% endset %}
17
17
{% set text %}
18
18
{% if collector .counterrors %}
19
19
<div class =" sf-toolbar-info-piece" >
20
- <b >Exception </b >
20
+ <b >Errors </b >
21
21
<span class =" sf-toolbar-status sf-toolbar-status-red" >{{ collector .counterrors }}</span >
22
22
</div >
23
23
{% endif %}
You can’t perform that action at this time.
0 commit comments