Add missing fallback texts

This commit is contained in:
BatJan
2021-11-12 09:55:54 +01:00
committed by Michael Latouche
parent 2f13bbfc52
commit 2605d7a03b

View File

@@ -3,8 +3,8 @@
<umb-box-content>
<div class="sub-view-columns">
<div class="sub-view-column-left">
<h5><localize key="contentTypeEditor_allowAsRootHeading"></localize></h5>
<small><localize key="contentTypeEditor_allowAsRootDescription"></localize></small>
<h5><localize key="contentTypeEditor_allowAsRootHeading">Allow as root</localize></h5>
<small><localize key="contentTypeEditor_allowAsRootDescription">Allow editors to create content of this type in the root of the content tree.</localize></small>
</div>
<div class="sub-view-column-right">
<umb-toggle
@@ -16,8 +16,8 @@
</div>
<div class="sub-view-columns">
<div class="sub-view-column-left">
<h5><localize key="contentTypeEditor_childNodesHeading"></localize></h5>
<small><localize key="contentTypeEditor_childNodesDescription"></localize></small>
<h5><localize key="contentTypeEditor_childNodesHeading">Allowed child node types</localize></h5>
<small><localize key="contentTypeEditor_childNodesDescription">Allow content of the specified types to be created underneath content of this type.</localize></small>
</div>
<div class="sub-view-column-right">
<umb-child-selector
@@ -29,7 +29,7 @@
on-add="vm.addChild"
on-remove="vm.removeChild"
on-sort="vm.sortChildren">
</umb-child-selector>
</umb-child-selector>
</div>
</div>
</umb-box-content>