Improve wishlist instructions
This commit is contained in:
parent
714fe80fba
commit
f36a93a0b4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue