Add option to delete account

This commit is contained in:
grandeljay 2023-01-30 11:17:11 +01:00
parent 29905920ef
commit 78bf7014e7

View file

@ -49,6 +49,13 @@ $page->navigation();
?>
</p>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Roadmap */
echo __('Allow customising priority colours');
?>
<a href="https://github.com/grandeljay/wishthis/issues/34" target="_blank">#34</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Roadmap */
@ -66,9 +73,9 @@ $page->navigation();
<li>
<?php
/** TRANSLATORS: Changelog: Roadmap */
echo __('Allow customising priority colours');
echo __('Delete account option');
?>
<a href="https://github.com/grandeljay/wishthis/issues/34" target="_blank">#34</a>
<a href="https://github.com/grandeljay/wishthis/issues/69" target="_blank">#69</a>
</li>
<li>
<?php