Add option to stay logged in
This commit is contained in:
parent
343eec09ad
commit
828de5dab7
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ $page->navigation();
|
||||||
echo __('Button to request more wishes from a users wishlist')
|
echo __('Button to request more wishes from a users wishlist')
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<?php
|
||||||
|
/** TRANSLATORS: Changelog: Added */
|
||||||
|
echo __('Option to stay logged in')
|
||||||
|
?>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3 class="ui header"><?= __('Improved') ?></h3>
|
<h3 class="ui header"><?= __('Improved') ?></h3>
|
||||||
|
|
Loading…
Reference in a new issue