Skip to content

Commit 6cf29bc

Browse files
committed
Update collection button titles
1 parent f253274 commit 6cf29bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Views/debugbar/debugbar.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,15 @@ class_exists('Aplus')
127127
<div class="collections">
128128
<?php foreach ($collections as $collection): ?>
129129
<?php if ($collection->hasCollectors()): ?>
130-
<button class="collection" id="<?= $collection->getSafeName() ?>-collection" title="<?= $collection->getName() ?>">
130+
<button class="collection" id="<?= $collection->getSafeName() ?>-collection"
131+
title="<?= $collection->getName() ?> Collection">
131132
<span class="collection-icon"><?= $collection->getIcon() ?></span>
132133
<span class="collection-name"><?= $collection->getName() ?></span>
133134
</button>
134135
<?php endif ?>
135136
<?php endforeach ?>
136137
<div class="info">
137-
<button class="collection" id="info-collection" title="Info">
138+
<button class="collection" id="info-collection" title="Info Collection">
138139
<span class="collection-icon"><?= $infoIcon ?></span>
139140
<span class="collection-name">Info</span>
140141
</button>

0 commit comments

Comments
 (0)