Add issue 71
This commit is contained in:
parent
c53431ddef
commit
1209579f4a
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue