Skip to content

Commit d1005c5

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback texts
1 parent 713f204 commit d1005c5

File tree

1 file changed

+6
-5
lines changed
  • src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/compositions

1 file changed

+6
-5
lines changed

src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/compositions/compositions.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,22 @@
3030
</div>
3131

3232
<div class="umb-control-group">
33-
<localize key="contentTypeEditor_compositionsDescription"></localize>
33+
<localize key="contentTypeEditor_compositionsDescription">Inherit tabs and properties from an existing Document Type. New tabs will be added to the current Document Type or
34+
merged if a tab with an identical name exists.</localize>
3435
</div>
3536

3637
<umb-empty-state ng-if="model.availableCompositeContentTypes.length === 0 && model.totalContentTypes <= 1"
3738
position="center">
38-
<localize key="contentTypeEditor_noAvailableCompositions"></localize>
39+
<localize key="contentTypeEditor_noAvailableCompositions">There are no Content Types available to use as a composition.</localize>
3940
</umb-empty-state>
4041

4142
<umb-empty-state ng-if="model.availableCompositeContentTypes.length === 0 && model.totalContentTypes > 1">
42-
<localize key="contentTypeEditor_compositionInUse"></localize>
43+
<localize key="contentTypeEditor_compositionInUse">This Content Type is used in a composition, and therefore cannot be composed itself.</localize>
4344
</umb-empty-state>
4445

4546
<div ng-if="model.availableCompositeContentTypes.length === 0 && model.totalContentTypes > 1 && model.whereCompositionUsed.length > 0">
46-
<h5><localize key="contentTypeEditor_compositionUsageHeading"></localize></h5>
47-
<p><localize key="contentTypeEditor_compositionUsageSpecification"></localize></p>
47+
<h5><localize key="contentTypeEditor_compositionUsageHeading">Where is this composition used?</localize></h5>
48+
<p><localize key="contentTypeEditor_compositionUsageSpecification">This composition is currently used in the composition of the following Content Types:</localize></p>
4849
<ul class="umb-checkbox-list">
4950
<li class="umb-checkbox-list__item"
5051
ng-repeat="contentTypeEntity in model.whereCompositionUsed">

0 commit comments

Comments
 (0)