"by" in the new Info tab is now localized

This commit is contained in:
Anders Bjerner
2017-11-11 18:45:37 +01:00
committed by GitHub
parent 2dc11f6fa1
commit 83f229abc6

View File

@@ -160,7 +160,7 @@
<umb-box-content class="block-form">
<umb-control-group data-element="node-info-create-date" label="@template_createdDate">
{{node.createDate | amDateFormat:'MMMM Do YYYY, HH:mm'}} by {{ node.owner.name }}
{{node.createDate | amDateFormat:'MMMM Do YYYY, HH:mm'}} <localize key="general_by">by</localize> {{ node.owner.name }}
</umb-control-group>
<umb-control-group data-element="node-info-document-type" label="@content_documentType">
@@ -191,4 +191,4 @@
</umb-box-content>
</umb-box>
</div>
</div>
</div>