Fix wording

This commit is contained in:
Jay Trees 2022-03-23 13:31:29 +01:00
parent 3979eef66d
commit ed2fc55a36

View file

@ -52,8 +52,8 @@ $page->navigation();
<div class="ui segment">
<h2 class="ui header"><?= __('What to do?') ?></h2>
<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>'
__('If you found a wish you would like to fulfill, click the %s button and it will become unavailable for others.'),
) ?></p>
</div>
</div>