Rearrange search filter options
Search filter options were out of sequence (short, long, medium) and now they are in sequence (short, medium, long)
This commit is contained in:
parent
a5f8b0b49f
commit
7cf75374ca
|
@ -56,13 +56,13 @@ export class SearchFiltersComponent implements OnInit {
|
||||||
id: 'short',
|
id: 'short',
|
||||||
label: this.i18n('Short (< 4 min)')
|
label: this.i18n('Short (< 4 min)')
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'long',
|
|
||||||
label: this.i18n('Long (> 10 min)')
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'medium',
|
id: 'medium',
|
||||||
label: this.i18n('Medium (4-10 min)')
|
label: this.i18n('Medium (4-10 min)')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'long',
|
||||||
|
label: this.i18n('Long (> 10 min)')
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue