Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 7c7d16a

Browse files
committed
Capitalized titles in profiles
1 parent 9c40c03 commit 7c7d16a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Resources/views/Collector/cache.html.twig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{% block menu %}
7070
<span class="label{% if collector.stats|length == 0 %} disabled{% endif %}">
7171
<span class="icon">{{ include('@Phpfastcache/Collector/icon.svg') }}</span>
72-
<strong>PhpFastCache</strong>
72+
<strong>Phpfastcache</strong>
7373
{% if collector.stats|length > 0 %}
7474
<span class="count">
7575
<span>{{ collector.stats|length }}</span>
@@ -82,7 +82,7 @@
8282
<!--
8383
- PhpFastcache Metrics
8484
-->
85-
<h2>PhpFastCache Metrics</h2>
85+
<h2>Phpfastcache Metrics</h2>
8686
<div class="metrics">
8787
<div class="metric">
8888
<span class="value">
@@ -117,7 +117,7 @@
117117
<!--
118118
- PhpFastcache Instances
119119
-->
120-
<h2>PhpFastCache Cache Instance<small> ({{ collector.stats|length }})</small></h2>
120+
<h2>Phpfastcache Instances<small> ({{ collector.stats|length }})</small></h2>
121121
<div class="sf-tabs">
122122
{% for name, stat in collector.stats %}
123123
<div class="tab">
@@ -184,7 +184,7 @@
184184
<!--
185185
- PhpFastcache core config
186186
-->
187-
<h2>PhpFastCache Core Config<small> ({{ collector.coreConfig|length }})</small></h2>
187+
<h2>Phpfastcache Core Config<small> ({{ collector.coreConfig|length }})</small></h2>
188188
<table class="">
189189
<thead>
190190
<tr>
@@ -205,7 +205,7 @@
205205
<!--
206206
- PhpFastcache project config
207207
-->
208-
<h2>PhpFastCache Project Config<small> ({{ collector.projectConfig|length }})</small></h2>
208+
<h2>Phpfastcache Project Config<small> ({{ collector.projectConfig|length }})</small></h2>
209209
<table class="">
210210
<thead>
211211
<tr>
@@ -226,7 +226,7 @@
226226
<!--
227227
- Twig blocks
228228
-->
229-
<h2 title="Imbricated cache blocks cannot be shown as the rendered string come from the cache itself instead of standard template rendering."><abbr>PhpFastCache Twig Cache Blocks</abbr><small> ({{ collector.twigCacheBlocks|length }})</small></h2>
229+
<h2 title="Imbricated cache blocks cannot be shown as the rendered string come from the cache itself instead of standard template rendering."><abbr>Phpfastcache Twig Cache Blocks</abbr><small> ({{ collector.twigCacheBlocks|length }})</small></h2>
230230
<table class="">
231231
<thead>
232232
<tr>
@@ -255,7 +255,7 @@
255255
</tbody>
256256
</table>
257257

258-
<h2>PhpFastCache API Changelog</h2>
258+
<h2>Phpfastcache API Changelog</h2>
259259
<div>
260260
<pre>{{ collector.apiChangelog }}</pre>
261261
</div>

0 commit comments

Comments
 (0)