Skip to content

Commit 35b0dda

Browse files
BatJanmikecp
authored andcommitted
Add missing fallback texts
1 parent 57637da commit 35b0dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/views/content/overlays/publishdescendants.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div ng-if="vm.displayVariants.length > 1">
2323

2424
<div class="mb3">
25-
<p><localize key="content_publishDescendantsWithVariantsHelp"></localize></p>
25+
<p><localize key="content_publishDescendantsWithVariantsHelp">Publish variants and variants of same type underneath and thereby making their content publicly available.</localize></p>
2626
</div>
2727

2828
<div class="flex mb3">
@@ -60,7 +60,7 @@
6060
<span class="umb-variant-selector-entry__description" ng-if="!publishVariantSelectorForm.publishVariantSelector.$invalid && !(variant.notifications && variant.notifications.length > 0)">
6161
<umb-variant-state variant="variant"></umb-variant-state>
6262
<span ng-if="variant.isMandatory"> - </span>
63-
<span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.publish === false) }"><localize key="general_mandatory"></localize></span>
63+
<span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.publish === false) }"><localize key="general_mandatory">Mandatory</localize></span>
6464
</span>
6565
<span class="umb-variant-selector-entry__description" ng-messages="publishVariantSelectorForm.publishVariantSelector.$error" show-validation-on-submit>
6666
<span class="text-error" ng-message="valServerField">{{publishVariantSelectorForm.publishVariantSelector.errorMsg}}</span>

0 commit comments

Comments
 (0)