Fix wording
This commit is contained in:
parent
3979eef66d
commit
ed2fc55a36
1 changed files with 1 additions and 1 deletions
|
@ -52,8 +52,8 @@ $page->navigation();
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
<h2 class="ui header"><?= __('What to do?') ?></h2>
|
<h2 class="ui header"><?= __('What to do?') ?></h2>
|
||||||
<p><?= sprintf(
|
<p><?= sprintf(
|
||||||
__('If you found something you would like to buy, click the %s button and it will become unavailable for others.'),
|
|
||||||
'<span class="ui primary tiny horizontal label"><i class="shopping cart icon"></i> ' . __('Fulfill wish') . '</span>'
|
'<span class="ui primary tiny horizontal label"><i class="shopping cart icon"></i> ' . __('Fulfill wish') . '</span>'
|
||||||
|
__('If you found a wish you would like to fulfill, click the %s button and it will become unavailable for others.'),
|
||||||
) ?></p>
|
) ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue