Fix shared wishlist instructions #71
This commit is contained in:
parent
a797bf3e8b
commit
c53431ddef
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue