We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b5d4f commit 37b29f3Copy full SHA for 37b29f3
Resources/Private/Extensions/news/main/Templates/News/Detail.html
@@ -99,11 +99,11 @@ <h2>{newsItem.title}</h2>
99
<section class="span3 sidebar">
100
<div class="sidebarcontent">
101
<f:if condition="{newsItem.categories}">
102
- <h3>Kategorien</h3>
+ <h3><f:translate key="categories" /></h3>
103
<f:render partial="Category/Items" arguments="{categories:newsItem.categories, settings:settings}" />
104
</f:if>
105
<f:if condition="{newsItem.tags}">
106
- <h3>Tags</h3>
+ <h3><f:translate key="tags" /></h3>
107
<ul>
108
<f:for each="{newsItem.tags}" as="tag">
109
<li>{tag.title}</li>
0 commit comments