Fixed: Caching issue with the blog

This commit is contained in:
grandeljay 2022-11-09 13:17:51 +01:00
parent d298c1c05c
commit 307c5e1171

View file

@ -91,7 +91,7 @@ $page->navigation();
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Blog not working due to a caching issue');
echo __('Caching issue with the blog');
?>
<a href="https://github.com/grandeljay/wishthis/issues/46" target="_blank">#46</a>
</li>