Improve localisation

This commit is contained in:
grandeljay 2022-06-16 13:51:36 +02:00
parent ea31632c87
commit 8c2bea95b6

View file

@ -105,7 +105,7 @@ class Wishlist
<?php } ?>
<?php } else { ?>
<div class="sixteen wide column">
<?= Page::info('This wishlist seems to be empty.', 'Empty'); ?>
<?= Page::info(__('This wishlist seems to be empty.'), __('Empty')); ?>
</div>
<?php } ?>
</div>