Change name of default filter
This commit is contained in:
parent
188cebab4f
commit
013c2e3fa1
|
@ -113,7 +113,7 @@ module.exports = class FileBaseFilters {
|
||||||
|
|
||||||
const filters = {
|
const filters = {
|
||||||
[ U_LATEST ] : {
|
[ U_LATEST ] : {
|
||||||
name : 'Latest Additions',
|
name : 'By Date Added',
|
||||||
areaTag : '', // all
|
areaTag : '', // all
|
||||||
terms : '', // *
|
terms : '', // *
|
||||||
tags : '', // *
|
tags : '', // *
|
||||||
|
|
Loading…
Reference in New Issue