Add option to delete account
This commit is contained in:
parent
29905920ef
commit
78bf7014e7
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue