aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html')
-rw-r--r--client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
index e3b226768..f72a1b703 100644
--- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
+++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html
@@ -8,7 +8,7 @@
8 8
9 <div class="peertube-select-container peertube-select-button ms-2 me-2"> 9 <div class="peertube-select-container peertube-select-button ms-2 me-2">
10 <select [(ngModel)]="notificationSortType" (ngModelChange)="onChangeSortColumn()" class="form-control"> 10 <select [(ngModel)]="notificationSortType" (ngModelChange)="onChangeSortColumn()" class="form-control">
11 <option value="undefined" disabled>Sort by</option> 11 <option value="undefined" disabled i18n>Sort by</option>
12 <option value="createdAt" i18n>Newest first</option> 12 <option value="createdAt" i18n>Newest first</option>
13 <option value="read" [disabled]="!hasUnreadNotifications()" i18n>Unread first</option> 13 <option value="read" [disabled]="!hasUnreadNotifications()" i18n>Unread first</option>
14 </select> 14 </select>