Skip to content

Commit 80c9c09

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback values
1 parent cf40b90 commit 80c9c09

File tree

1 file changed

+11
-11
lines changed
  • src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions

1 file changed

+11
-11
lines changed

src/Umbraco.Web.UI.Client/src/views/documenttypes/views/permissions/permissions.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<div class="sub-view-columns" ng-hide="model.isElement">
77

88
<div class="sub-view-column-left">
9-
<h5><localize key="contentTypeEditor_allowAsRootHeading"></localize></h5>
10-
<small><localize key="contentTypeEditor_allowAsRootDescription"></localize></small>
9+
<h5><localize key="contentTypeEditor_allowAsRootHeading">Allow as root</localize></h5>
10+
<small><localize key="contentTypeEditor_allowAsRootDescription">Allow editors to create content of this type in the root of the content tree.</localize></small>
1111
</div>
1212
<div class="sub-view-column-right">
1313
<umb-toggle data-element="permissions-allow-as-root"
@@ -22,8 +22,8 @@ <h5><localize key="contentTypeEditor_allowAsRootHeading"></localize></h5>
2222
<div class="sub-view-columns" ng-hide="model.isElement">
2323

2424
<div class="sub-view-column-left">
25-
<h5><localize key="contentTypeEditor_childNodesHeading"></localize></h5>
26-
<small><localize key="contentTypeEditor_childNodesDescription"></localize></small>
25+
<h5><localize key="contentTypeEditor_childNodesHeading">Allowed child node types</localize></h5>
26+
<small><localize key="contentTypeEditor_childNodesDescription">Allow content of the specified types to be created underneath content of this type.</localize></small>
2727
</div>
2828

2929
<div class="sub-view-column-right">
@@ -43,8 +43,8 @@ <h5><localize key="contentTypeEditor_childNodesHeading"></localize></h5>
4343
<div class="sub-view-columns">
4444

4545
<div class="sub-view-column-left">
46-
<h5><localize key="contentTypeEditor_cultureVariantHeading"></localize></h5>
47-
<small><localize key="contentTypeEditor_cultureVariantDescription"></localize></small>
46+
<h5><localize key="contentTypeEditor_cultureVariantHeading">Allow vary by culture</localize></h5>
47+
<small><localize key="contentTypeEditor_cultureVariantDescription">Allow editors to create content of different languages.</localize></small>
4848
</div>
4949

5050
<div class="sub-view-column-right">
@@ -61,8 +61,8 @@ <h5><localize key="contentTypeEditor_cultureVariantHeading"></localize></h5>
6161
<div class="sub-view-columns" ng-if="vm.showAllowSegmentationOption">
6262

6363
<div class="sub-view-column-left">
64-
<h5><localize key="contentTypeEditor_segmentVariantHeading"></localize></h5>
65-
<small><localize key="contentTypeEditor_segmentVariantDescription"></localize></small>
64+
<h5><localize key="contentTypeEditor_segmentVariantHeading">Allow segmentation</localize></h5>
65+
<small><localize key="contentTypeEditor_segmentVariantDescription">Allow editors to create segments of this content.</localize></small>
6666
</div>
6767

6868
<div class="sub-view-column-right">
@@ -77,9 +77,9 @@ <h5><localize key="contentTypeEditor_segmentVariantHeading"></localize></h5>
7777
<div class="sub-view-columns">
7878

7979
<div class="sub-view-column-left">
80-
<h5><localize key="contentTypeEditor_elementHeading"></localize></h5>
81-
<small><localize key="contentTypeEditor_elementDescription"></localize></small>
82-
<small ng-if="!vm.canToggleIsElement"><br/><localize key="contentTypeEditor_elementCannotToggle"></localize></small>
80+
<h5><localize key="contentTypeEditor_elementHeading">Is an Element Type</localize></h5>
81+
<small><localize key="contentTypeEditor_elementDescription">An Element Type is meant to be used for instance in Nested Content, and not in the tree.</localize></small>
82+
<small ng-if="!vm.canToggleIsElement"><br/><localize key="contentTypeEditor_elementCannotToggle">A Document Type cannot be changed to an Element Type once it has been used to create one or more content items.</localize></small>
8383
</div>
8484

8585
<div class="sub-view-column-right">

0 commit comments

Comments
 (0)