Skip to content

Commit

Permalink
[BUGFIX] fix wrong localization string
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Feb 18, 2014
1 parent 049c88f commit 6c32254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Post/List.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>
<div class="span3">
<span class="badge">
<f:link.action controller="Post" action="show" arguments="{post: post, day: post.publishDay, month: post.publishMonth, year: post.publishYear}" section="comment-list">
<f:count subject="{post.comments}" /> <f:translate key="post.show.comments" />
<f:count subject="{post.comments}" /> <f:translate key="post.comments" />
</f:link.action>
</span>
</div>
Expand Down

0 comments on commit 6c32254

Please sign in to comment.