Add issue 71

This commit is contained in:
grandeljay 2023-03-09 18:07:34 +01:00
parent c53431ddef
commit 1209579f4a

View file

@ -164,6 +164,13 @@ $page->navigation();
<h3 class="ui header"><?= __('Fixed') ?></h3> <h3 class="ui header"><?= __('Fixed') ?></h3>
<ul> <ul>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Temporary fulfilled wish does not become available again after 30 minutes, except when viewing as the owner of the list.');
?>
<a href="https://github.com/grandeljay/wishthis/issues/71" target="_blank">#71</a>
</li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */