localize label

This commit is contained in:
Mads Rasmussen
2018-10-25 10:02:31 +02:00
parent b63b25414c
commit 18c8104a88

View File

@@ -8,7 +8,9 @@
<label class="control-label" ng-hide="property.hideLabel" for="{{property.alias}}" ng-attr-title="{{propertyAlias}}">
<small ng-if="showInherit" class="db" style="padding-top: 0; margin-bottom: 5px;">Inherits from {{inheritsFrom}}</small>
<small ng-if="showInherit" class="db" style="padding-top: 0; margin-bottom: 5px;">
<localize key="contentTypeEditor_inheritedFrom"></localize> {{inheritsFrom}}
</small>
{{property.label}}