diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/search/search-filters.component.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/search/search-filters.component.ts b/client/src/app/search/search-filters.component.ts index 762a6b7f2..e13aa91bf 100644 --- a/client/src/app/search/search-filters.component.ts +++ b/client/src/app/search/search-filters.component.ts | |||
@@ -57,12 +57,12 @@ export class SearchFiltersComponent implements OnInit { | |||
57 | label: this.i18n('Short (< 4 min)') | 57 | label: this.i18n('Short (< 4 min)') |
58 | }, | 58 | }, |
59 | { | 59 | { |
60 | id: 'long', | ||
61 | label: this.i18n('Long (> 10 min)') | ||
62 | }, | ||
63 | { | ||
64 | id: 'medium', | 60 | id: 'medium', |
65 | label: this.i18n('Medium (4-10 min)') | 61 | label: this.i18n('Medium (4-10 min)') |
62 | }, | ||
63 | { | ||
64 | id: 'long', | ||
65 | label: this.i18n('Long (> 10 min)') | ||
66 | } | 66 | } |
67 | ] | 67 | ] |
68 | 68 | ||