diff options
Diffstat (limited to 'client/src/app/+my-library')
-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> |