We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09d2ec1 + 64630d9 commit 72466bfCopy full SHA for 72466bf
Resources/Private/Fusion/Component/Comment.fusion
@@ -16,7 +16,7 @@ prototype(Breadlesscode.Commentable:Component.Comment) < prototype(Neos.Fusion:C
16
}
17
createdAt = Neos.Fusion:Tag {
18
tagName = 'p'
19
- content = ${ 'Created at: ' + Date.format(props.createdAt, 'd.m.Y H:i') }
+ content = ${ Translation.translate('Breadlesscode.Commentable:NodeTypes.Content.Comment:properties.createdAt') + ': ' + Date.format(props.createdAt, 'd.m.Y H:i') }
20
21
22
attributes.class = 'comment'
0 commit comments