adding missing i18n for schedule option

This commit is contained in:
Rigel Kent 2018-09-17 16:44:41 +02:00
parent e452d2e2b8
commit 8c72543a4a
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<div class="peertube-select-container">
<select id="first-step-privacy" [(ngModel)]="firstStepPrivacyId">
<option *ngFor="let privacy of videoPrivacies" [value]="privacy.id">{{ privacy.label }}</option>
<option [value]="SPECIAL_SCHEDULED_PRIVACY">Scheduled</option>
<option i18n [value]="SPECIAL_SCHEDULED_PRIVACY">Scheduled</option>
</select>
</div>
</div>