Skip to content

Commit

Permalink
Add missing fallback texts
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and mikecp committed Oct 27, 2021
1 parent 57637da commit 35b0dda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div ng-if="vm.displayVariants.length > 1">

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

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

0 comments on commit 35b0dda

Please sign in to comment.