|
7 | 7 | <div class="umb-list umb-list--condensed" ng-if="!vm.loading && vm.missingMandatoryVariants.length === 0">
|
8 | 8 |
|
9 | 9 | <div class="mb3">
|
10 |
| - <p><localize key="content_variantsToPublish"></localize></p> |
| 10 | + <p><localize key="content_variantsToPublish">Which variants would you like to publish?</localize></p> |
11 | 11 | </div>
|
12 | 12 |
|
13 | 13 | <div class="umb-list-item"
|
|
30 | 30 | <span class="umb-variant-selector-entry__description" ng-if="!publishVariantSelectorForm.publishVariantSelector.$invalid && !(variant.notifications && variant.notifications.length > 0)">
|
31 | 31 | <umb-variant-state variant="variant"></umb-variant-state>
|
32 | 32 | <span ng-if="variant.isMandatory"> - </span>
|
33 |
| - <span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.state !== 'Published' && variant.state !== 'PublishedPendingChanges' && variant.publish === false) }"><localize key="general_mandatory"></localize></span> |
| 33 | + <span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.state !== 'Published' && variant.state !== 'PublishedPendingChanges' && variant.publish === false) }"><localize key="general_mandatory">Mandatory</localize></span> |
34 | 34 | </span>
|
35 | 35 | <span class="umb-variant-selector-entry__description" ng-messages="publishVariantSelectorForm.publishVariantSelector.$error" show-validation-on-submit>
|
36 | 36 | <span class="text-error" ng-message="valServerField">{{publishVariantSelectorForm.publishVariantSelector.errorMsg}}</span>
|
|
46 | 46 | </div>
|
47 | 47 | <br/>
|
48 | 48 | <div class="mb3" ng-if="vm.isNew === true">
|
49 |
| - <p><localize key="content_variantsWillBeSaved"></localize></p> |
| 49 | + <p><localize key="content_variantsWillBeSaved">All new variants will be saved.</localize></p> |
50 | 50 | </div>
|
51 | 51 | </div>
|
52 | 52 |
|
53 | 53 | <div class="umb-list umb-list--condensed" ng-if="!vm.loading && vm.missingMandatoryVariants.length !== 0">
|
54 | 54 | <div class="mb3">
|
55 |
| - <p><localize key="content_publishRequiresVariants"></localize></p> |
| 55 | + <p><localize key="content_publishRequiresVariants">The following variants is required for publishing to take place:</localize></p> |
56 | 56 | </div>
|
57 | 57 |
|
58 | 58 | <div class="umb-list-item" ng-repeat="variant in vm.missingMandatoryVariants track by variant.compositeId">
|
|
69 | 69 | <span class="umb-variant-selector-entry__description" ng-if="!publishVariantSelectorForm.publishVariantSelector.$invalid && !(variant.notifications && variant.notifications.length > 0)">
|
70 | 70 | <umb-variant-state variant="variant"></umb-variant-state>
|
71 | 71 | <span ng-if="variant.isMandatory"> - </span>
|
72 |
| - <span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.publish === false) }"><localize key="languages_mandatoryLanguage"></localize></span> |
| 72 | + <span ng-if="variant.isMandatory" ng-class="{'text-error': (variant.publish === false) }"><localize key="languages_mandatoryLanguage">Mandatory language</localize></span> |
73 | 73 | </span>
|
74 | 74 | <span class="umb-variant-selector-entry__description" ng-messages="publishVariantSelectorForm.publishVariantSelector.$error" show-validation-on-submit>
|
75 | 75 | <span class="text-error" ng-message="valServerField">{{publishVariantSelectorForm.publishVariantSelector.errorMsg}}</span>
|
|
0 commit comments