Improve wishlist instructions

This commit is contained in:
grandeljay 2022-04-10 13:46:02 +02:00
parent 714fe80fba
commit f36a93a0b4

View file

@ -47,7 +47,7 @@ $page->navigation();
<div class="ui segment">
<h2 class="ui header"><?= __('What to do?') ?></h2>
<p><?= sprintf(
__('If you found a wish you would like to fulfil, click the %s button and it will become unavailable for others.'),
__('If you found a wish you would like to fulfil, click the %s button and it will temporarily become unavailable for others. Make sure to confirm the fulfilled wish here (i. e. after placing an order), to make the wish permanently unavailable for everybody else.'),
'<span class="ui primary tiny horizontal label"><i class="gift icon"></i> ' . __('Fulfil wish') . '</span>'
) ?></p>
</div>