Comick.fun: fixed filter label misspelling (#13737)

This commit is contained in:
ktunprasert 2022-10-07 14:33:22 +01:00 committed by GitHub
parent a3e92088c7
commit e02945775f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Comick.fun'
pkgNameSuffix = 'all.comickfun'
extClass = '.ComickFunFactory'
extVersionCode = 15
extVersionCode = 16
isNsfw = true
}

View File

@ -10,7 +10,7 @@ internal fun getFilters(): FilterList {
GenreFilter("Genre", getGenresList),
DemographicFilter("Demographic", getDemographicList),
TypeFilter("Type", getTypeList),
SortFilter("Short", getSortsList),
SortFilter("Sort", getSortsList),
CreatedAtFilter("Created At", getCreatedAtList),
MinimumFilter("Minimum Chapters"),
Filter.Header("From Year, ex: 2010"),