Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schedule view: Add missing fallback texts #11473

Merged
merged 1 commit into from
Oct 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<div ng-if="vm.variants.length === 1">

<div class="mb3">
<p><localize key="content_schedulePublishHelp"></localize></p>
<p><localize key="content_schedulePublishHelp">Select the date and time to publish and/or unpublish the content item.</localize></p>
</div>

<div class="date-wrapper">
<div class="date-wrapper__date">
<label class="bold">
<localize key="content_releaseDate"></localize>
<localize key="content_releaseDate">Publish at</localize>
</label>

<div class="btn-group flex" style="font-size: 15px;">
Expand Down Expand Up @@ -44,7 +44,7 @@
<div class="date-wrapper__date">

<label class="bold">
<localize key="content_unpublishDate"></localize>
<localize key="content_unpublishDate">Unpublish at</localize>
</label>

<div class="btn-group flex" style="font-size: 15px;">
Expand Down Expand Up @@ -80,7 +80,7 @@
<div ng-if="vm.variants.length > 1">

<div class="mb3">
<p><localize key="content_languagesToSchedule"></localize></p>
<p><localize key="content_languagesToSchedule">What languages would you like to schedule?</localize></p>
</div>

<div class="umb-list umb-list--condensed">
Expand All @@ -107,7 +107,7 @@
<span class="umb-variant-selector-entry__description"
ng-if="!scheduleSelectorForm.$invalid && !(variant.notifications && variant.notifications.length > 0)">
<umb-variant-state variant="variant"></umb-variant-state>
<span ng-show="variant.language.isMandatory"> - <localize key="general_mandatory"></localize></span>
<span ng-show="variant.language.isMandatory"> - <localize key="general_mandatory">Mandatory</localize></span>
</span>

</umb-checkbox>
Expand Down