aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-21 16:22:18 +0200
committerChocobozzz <me@florianbigard.com>2021-07-21 16:22:18 +0200
commitc3185413986a6b67a88a449f069a9b14e2ad3294 (patch)
tree5497e26d4f779f4b66941a8e8fafee91f0ba5d32 /client/src/app/+my-library
parentd1aed103539e2e53418a44716f8f2b1603cd339f (diff)
downloadPeerTube-c3185413986a6b67a88a449f069a9b14e2ad3294.tar.gz
PeerTube-c3185413986a6b67a88a449f069a9b14e2ad3294.tar.zst
PeerTube-c3185413986a6b67a88a449f069a9b14e2ad3294.zip
Add missing localization keys
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.html2
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>