diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-21 16:22:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-21 16:22:18 +0200 |
commit | c3185413986a6b67a88a449f069a9b14e2ad3294 (patch) | |
tree | 5497e26d4f779f4b66941a8e8fafee91f0ba5d32 /client/src/app/+my-library/my-videos/my-videos.component.html | |
parent | d1aed103539e2e53418a44716f8f2b1603cd339f (diff) | |
download | PeerTube-c3185413986a6b67a88a449f069a9b14e2ad3294.tar.gz PeerTube-c3185413986a6b67a88a449f069a9b14e2ad3294.tar.zst PeerTube-c3185413986a6b67a88a449f069a9b14e2ad3294.zip |
Add missing localization keys
Diffstat (limited to 'client/src/app/+my-library/my-videos/my-videos.component.html')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.html b/client/src/app/+my-library/my-videos/my-videos.component.html index 8d8b482ad..0552b8ce4 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.html +++ b/client/src/app/+my-library/my-videos/my-videos.component.html | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | <div class="peertube-select-container peertube-select-button"> | 24 | <div class="peertube-select-container peertube-select-button"> |
25 | <select [(ngModel)]="sort" (ngModelChange)="onChangeSortColumn()" class="form-control"> | 25 | <select [(ngModel)]="sort" (ngModelChange)="onChangeSortColumn()" class="form-control"> |
26 | <option value="undefined" disabled>Sort by</option> | 26 | <option value="undefined" disabled i18n>Sort by</option> |
27 | <option value="-publishedAt" i18n>Last published first</option> | 27 | <option value="-publishedAt" i18n>Last published first</option> |
28 | <option value="-createdAt" i18n>Last created first</option> | 28 | <option value="-createdAt" i18n>Last created first</option> |
29 | <option value="-views" i18n>Most viewed first</option> | 29 | <option value="-views" i18n>Most viewed first</option> |