forked from Ponysearch/Ponysearch
Merge pull request #220 from dalf/fix-category-order
[fix] /preferences: remove the empty engine category "social medias"(it is "social media")
This commit is contained in:
commit
ea0f4346b1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ CATEGORY_ORDER = [
|
||||||
'it',
|
'it',
|
||||||
'science',
|
'science',
|
||||||
'files',
|
'files',
|
||||||
'social medias',
|
'social media',
|
||||||
]
|
]
|
||||||
STR_TO_BOOL = {
|
STR_TO_BOOL = {
|
||||||
'0': False,
|
'0': False,
|
||||||
|
|
Loading…
Reference in a new issue