Commit 56f4c37 1 parent 089cd58 commit 56f4c37 Copy full SHA for 56f4c37
File tree 1 file changed +3
-3
lines changed
src/renderer/store/modules
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ const actions = {
200
200
if ( searchSettings . duration !== '' ) {
201
201
let filterValue = null
202
202
if ( searchSettings . duration === 'short' ) {
203
- filterValue = 'Short (< 4 minutes) '
203
+ filterValue = 'Under 4 minutes'
204
204
} else if ( searchSettings . duration === 'long' ) {
205
- filterValue = 'Long (> 20 minutes) '
205
+ filterValue = 'Over 20 minutes'
206
206
}
207
207
208
208
filterUrl = filter . get ( 'Duration' ) . get ( filterValue ) . url
@@ -216,7 +216,7 @@ const actions = {
216
216
217
217
switch ( searchSettings . time ) {
218
218
case 'hour' :
219
- filterValue = 'Last Hour '
219
+ filterValue = 'Last hour '
220
220
break
221
221
case 'today' :
222
222
filterValue = 'Today'
You can’t perform that action at this time.
0 commit comments