1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Minor grammar change

"No recently item found" to "No recently played items found"
This commit is contained in:
Reederda 2016-11-29 14:20:28 -07:00 committed by GitHub
parent a9292f8f6e
commit 589ce6fc7f

View file

@ -149,7 +149,7 @@ foreach ($data as $row) {
<?php if (!count($data)) { <?php if (!count($data)) {
?> ?>
<tr> <tr>
<td colspan="8"><span class="nodata"><?php echo T_('No recently item found'); ?></span></td> <td colspan="8"><span class="nodata"><?php echo T_('No recently played items found'); ?></span></td>
</tr> </tr>
<?php <?php
} ?> } ?>