forked from zaclys/searxng
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
|
@ -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 New Issue