Improve localisation
This commit is contained in:
parent
ea31632c87
commit
8c2bea95b6
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Wishlist
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<div class="sixteen wide column">
|
<div class="sixteen wide column">
|
||||||
<?= Page::info('This wishlist seems to be empty.', 'Empty'); ?>
|
<?= Page::info(__('This wishlist seems to be empty.'), __('Empty')); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue