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 @@ -56,13 +56,13 @@ export class SearchFiltersComponent implements OnInit { id: 'short', label: this.i18n('Short (< 4 min)') }, - { - id: 'long', - label: this.i18n('Long (> 10 min)') - }, { id: 'medium', label: this.i18n('Medium (4-10 min)') + }, + { + id: 'long', + label: this.i18n('Long (> 10 min)') } ]