Fix shared wishlist instructions #71

This commit is contained in:
grandeljay 2023-03-09 18:02:44 +01:00
parent a797bf3e8b
commit c53431ddef

View file

@ -66,7 +66,8 @@ $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 temporarily become unavailable for others. Make sure to confirm the fulfilled wish here (e. g. after placing an order), to make the wish permanently unavailable for everybody else.'),
__('If you found a wish you would like to fulfil, open the wish %s and then click the %s button and it will be unavailable for everybody else.'),
'<span class="ui tiny horizontal label"><i class="stream icon"></i> ' . __('Details') . '</span>',
'<span class="ui primary tiny horizontal label"><i class="gift icon"></i> ' . __('Fulfil wish') . '</span>'
) ?></p>
</div>