Skip to content

Commit

Permalink
Merge pull request #98 from Elao/fix-typo-title
Browse files Browse the repository at this point in the history
fix awful typo
  • Loading branch information
al2b authored Oct 15, 2021
2 parents 004f90b + a4ddbae commit d8b6374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/profiler/accessibility_collector.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
</style>
<div class="sf-toolbar-info-piece">
<b>Meta title</b>
<b>Title</b>
{% if collector.title is empty %}
<span class="sf-toolbar-status sf-toolbar-status-large">missing</span>
{% else %}
Expand Down
2 changes: 1 addition & 1 deletion templates/profiler/seo_collector.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{# this is the content displayed when hovering the mouse over
the toolbar panel #}
<div class="sf-toolbar-info-piece">
<b>Meta title</b>
<b>Title</b>
{% if collector.title is empty %}
<span class="sf-toolbar-status sf-toolbar-status-large">missing</span>
{% else %}
Expand Down

0 comments on commit d8b6374

Please sign in to comment.