diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-04 16:21:07 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-04 17:31:28 +0200 |
commit | 8cd7faaa331f83903f0bbaead288661218e38bdb (patch) | |
tree | 82e16eb1f7d4d7d259de9aab74c9865fd2ec7081 /client/src/app/search | |
parent | a94419a604f324305c9dbb607496a5bca9b63d04 (diff) | |
download | PeerTube-8cd7faaa331f83903f0bbaead288661218e38bdb.tar.gz PeerTube-8cd7faaa331f83903f0bbaead288661218e38bdb.tar.zst PeerTube-8cd7faaa331f83903f0bbaead288661218e38bdb.zip |
Better label for video privacies
Diffstat (limited to 'client/src/app/search')
-rw-r--r-- | client/src/app/search/search-filters.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/search/search-filters.component.ts b/client/src/app/search/search-filters.component.ts index a40648eb4..f2f001e3f 100644 --- a/client/src/app/search/search-filters.component.ts +++ b/client/src/app/search/search-filters.component.ts | |||
@@ -18,8 +18,8 @@ export class SearchFiltersComponent implements OnInit { | |||
18 | 18 | ||
19 | @Output() filtered = new EventEmitter<AdvancedSearch>() | 19 | @Output() filtered = new EventEmitter<AdvancedSearch>() |
20 | 20 | ||
21 | videoCategories: VideoConstant<string>[] = [] | 21 | videoCategories: VideoConstant<number>[] = [] |
22 | videoLicences: VideoConstant<string>[] = [] | 22 | videoLicences: VideoConstant<number>[] = [] |
23 | videoLanguages: VideoConstant<string>[] = [] | 23 | videoLanguages: VideoConstant<string>[] = [] |
24 | 24 | ||
25 | publishedDateRanges: { id: string, label: string }[] = [] | 25 | publishedDateRanges: { id: string, label: string }[] = [] |