diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-17 16:44:41 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-17 16:44:41 +0200 |
commit | 8c72543a4af7a613496e0581a939996fc284f861 (patch) | |
tree | de80ed6916be570e91cdcbe0376781e061bc8607 /client/src/app | |
parent | e452d2e2b80b2fbea88a1fe9c40b49e8241eae92 (diff) | |
download | PeerTube-8c72543a4af7a613496e0581a939996fc284f861.tar.gz PeerTube-8c72543a4af7a613496e0581a939996fc284f861.tar.zst PeerTube-8c72543a4af7a613496e0581a939996fc284f861.zip |
adding missing i18n for schedule option
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add-components/video-upload.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html index 8c0723155..ff0e45413 100644 --- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html +++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.html | |||
@@ -22,7 +22,7 @@ | |||
22 | <div class="peertube-select-container"> | 22 | <div class="peertube-select-container"> |
23 | <select id="first-step-privacy" [(ngModel)]="firstStepPrivacyId"> | 23 | <select id="first-step-privacy" [(ngModel)]="firstStepPrivacyId"> |
24 | <option *ngFor="let privacy of videoPrivacies" [value]="privacy.id">{{ privacy.label }}</option> | 24 | <option *ngFor="let privacy of videoPrivacies" [value]="privacy.id">{{ privacy.label }}</option> |
25 | <option [value]="SPECIAL_SCHEDULED_PRIVACY">Scheduled</option> | 25 | <option i18n [value]="SPECIAL_SCHEDULED_PRIVACY">Scheduled</option> |
26 | </select> | 26 | </select> |
27 | </div> | 27 | </div> |
28 | </div> | 28 | </div> |