Browse Source

update not found message

main
ghost 1 year ago
parent
commit
c887f4984d
  1. 6
      src/public/index.php

6
src/public/index.php

@ -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…
Cancel
Save