- Affected App
- WoltLab Suite Blog
I've find an little error in english language
tha variable affected is :
Code
<item name="wcf.user.blog.box.mostRead.totalTimes"><![CDATA[Read {if $views == 1}one time{else}{#$views}{/if} times]]></item>
the closed balise {/if} need to be placed at the end of phrase like :
Code
<item name="wcf.user.blog.box.mostRead.totalTimes"><![CDATA[Read {if $views == 1}one time{else}{#$views} times{/if}]]></item>
else, with an article read one time we have : "Read one time times"