adding missing i18n for schedule option
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 17 Sep 2018 14:44:41 +0000 (16:44 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Mon, 17 Sep 2018 14:44:41 +0000 (16:44 +0200)
client/src/app/videos/+video-edit/video-add-components/video-upload.component.html

index 8c0723155723a4fce06b5544cc28341db48f6305..ff0e45413ff756fb2580e121f8fa1835ac1a9cc3 100644 (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>