Skip to content

Commit 72466bf

Browse files
author
Marvin Kuhn
authored
Merge pull request #1 from die-wegmeister/master
TASK: Use translation for comment info „Created at“
2 parents 09d2ec1 + 64630d9 commit 72466bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Fusion/Component/Comment.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ prototype(Breadlesscode.Commentable:Component.Comment) < prototype(Neos.Fusion:C
1616
}
1717
createdAt = Neos.Fusion:Tag {
1818
tagName = 'p'
19-
content = ${ 'Created at: ' + Date.format(props.createdAt, 'd.m.Y H:i') }
19+
content = ${ Translation.translate('Breadlesscode.Commentable:NodeTypes.Content.Comment:properties.createdAt') + ': ' + Date.format(props.createdAt, 'd.m.Y H:i') }
2020
}
2121
}
2222
attributes.class = 'comment'

0 commit comments

Comments
 (0)