Skip to content

Commit

Permalink
[BUGFIX] news date menu, removed unneeded year from month name (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
myroslav321 authored and dmh committed Apr 20, 2018
1 parent ae26f12 commit 5930162
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</f:section>

<f:section name="datemenuLink">
<f:link.action pageUid="{listPid}" arguments="{overwriteDemand:{year: year, month: month}}"><f:translate key="month.{month}" /> {year}</f:link.action>
<f:link.action pageUid="{listPid}" arguments="{overwriteDemand:{year: year, month: month}}"><f:translate key="month.{month}" /></f:link.action>
({count} <f:translate key="{f:if(condition: '{count} == 1', then: 'entry', else: 'entries')}" />)
</f:section>

Expand Down

0 comments on commit 5930162

Please sign in to comment.