File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Umbraco.Web.UI.Client/src/views/content/overlays Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- Single language -->
4
4
< 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 >
6
6
</ div >
7
7
8
8
<!-- Multiple languages -->
9
9
< div ng-if ="vm.variants.length > 1 ">
10
10
< 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 >
12
12
</ div >
13
13
14
14
< div class ="umb-list umb-list--condensed ">
36
36
< span class ="umb-variant-selector-entry__description " ng-if ="!publishVariantSelectorForm.publishVariantSelector.$invalid && !(variant.notifications && variant.notifications.length > 0) ">
37
37
< umb-variant-state variant ="variant "> </ umb-variant-state >
38
38
< 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 >
40
40
</ span >
41
41
< span class ="umb-variant-selector-entry__description " ng-messages ="publishVariantSelectorForm.publishVariantSelector.$error " show-validation-on-submit >
42
42
< span class ="text-error " ng-message ="valServerField "> {{publishVariantSelectorForm.publishVariantSelector.errorMsg}}</ span >
You can’t perform that action at this time.
0 commit comments