chg: [element:galaxy_matrix] Removed number of element in header

pull/8575/head
Sami Mokaddem 2022-08-31 11:50:33 +02:00
parent 5643a067c5
commit 9d83f8a478
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ foreach($tabs as $tabName => $column):
<?php echo empty($static) ? h(ucfirst($name)) : ''; ?>
<div class="th-inner" style="flex-direction: column; align-items: flex-start; padding-top: 3px; color: white;">
<span><?php echo h(ucfirst($name)); ?></span>
<i style="font-size: smaller;"><?php echo __('(%s items)', isset($column[$co]) ? count($column[$co]) : 0); ?></i>
</div>
</th>