Skip to content

Commit 37b29f3

Browse files
committed
Improve news
1 parent 58b5d4f commit 37b29f3

File tree

1 file changed

+2
-2
lines changed
  • Resources/Private/Extensions/news/main/Templates/News

1 file changed

+2
-2
lines changed

Resources/Private/Extensions/news/main/Templates/News/Detail.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ <h2>{newsItem.title}</h2>
9999
<section class="span3 sidebar">
100100
<div class="sidebarcontent">
101101
<f:if condition="{newsItem.categories}">
102-
<h3>Kategorien</h3>
102+
<h3><f:translate key="categories" /></h3>
103103
<f:render partial="Category/Items" arguments="{categories:newsItem.categories, settings:settings}" />
104104
</f:if>
105105
<f:if condition="{newsItem.tags}">
106-
<h3>Tags</h3>
106+
<h3><f:translate key="tags" /></h3>
107107
<ul>
108108
<f:for each="{newsItem.tags}" as="tag">
109109
<li>{tag.title}</li>

0 commit comments

Comments
 (0)