Skip to content

Commit 713f204

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<!-- Single language -->
44
<div ng-if="vm.variants.length === 1">
5-
<p><localize key="prompt_confirmUnpublish"></localize></p>
5+
<p><localize key="prompt_confirmUnpublish">Unpublishing will remove this page and all its descendants from the site.</localize></p>
66
</div>
77

88
<!-- Multiple languages -->
99
<div ng-if="vm.variants.length > 1">
1010
<div style="margin-bottom: 15px;">
11-
<p><localize key="content_languagesToUnpublish"></localize></p>
11+
<p><localize key="content_languagesToUnpublish">Select the languages to unpublish. Unpublishing a mandatory language will unpublish all languages.</localize></p>
1212
</div>
1313

1414
<div class="umb-list umb-list--condensed">
@@ -36,7 +36,7 @@
3636
<span class="umb-variant-selector-entry__description" ng-if="!publishVariantSelectorForm.publishVariantSelector.$invalid && !(variant.notifications && variant.notifications.length > 0)">
3737
<umb-variant-state variant="variant"></umb-variant-state>
3838
<span ng-if="variant.isMandatory"> - </span>
39-
<span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.publish === false) }"><localize key="general_mandatory"></localize></span>
39+
<span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.publish === false) }"><localize key="general_mandatory">Mandatory</localize></span>
4040
</span>
4141
<span class="umb-variant-selector-entry__description" ng-messages="publishVariantSelectorForm.publishVariantSelector.$error" show-validation-on-submit>
4242
<span class="text-error" ng-message="valServerField">{{publishVariantSelectorForm.publishVariantSelector.errorMsg}}</span>

0 commit comments

Comments
 (0)