Fix spelling

This commit is contained in:
grandeljay 2022-11-25 15:38:39 +01:00
parent ffa6972a9c
commit 8e738770e7

View file

@ -77,7 +77,7 @@ $page->navigation();
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Roadmap */ /** TRANSLATORS: Changelog: Roadmap */
echo __('Verify wishes are still available when attempting to fulfill them. Alternatively, a heartbeat which checks if all the wishes are still unfulfilled.'); echo __('Verify wishes are still available when attempting to fulfil them. Alternatively, a heartbeat which checks if all the wishes are still unfulfilled.');
?> ?>
</li> </li>
<li> <li>
@ -158,7 +158,7 @@ $page->navigation();
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */
echo __('Fix background and color when opening the mobile menu'); echo __('Fix background and colour when opening the mobile menu');
?> ?>
</li> </li>
</ul> </ul>