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:
parent
a9292f8f6e
commit
589ce6fc7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
} ?>
|
} ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue