mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-23 13:14:17 +00:00
update not found message
This commit is contained in:
parent
040fab13d6
commit
c887f4984d
@ -367,8 +367,10 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<div class="padding-16 margin-y-8 border-radius-3 background-color-night text-center">
|
<div class="padding-16 margin-y-8 border-radius-3 background-color-night text-center">
|
||||||
<h2 class="margin-b-8"><?php echo _('Not found') ?></h2>
|
<h2 class="margin-b-8">
|
||||||
<div class="text-color-night"><?php echo _('* submit new magnet link in search field') ?></div>
|
<?php echo _('Nothing found') ?>
|
||||||
|
</h2>
|
||||||
|
<div class="text-color-night"><?php echo _('* share your magnet links above to change it') ?></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user