Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cd1c9c

Browse filesBrowse 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
Copy full SHA for 3cd1c9c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.