mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 03:11:00 +00:00
[fix] /preferences: remove the empty engine category "social medias" (it is "social media")
This commit is contained in:
parent
6869119f5e
commit
b1100e2b7d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ CATEGORY_ORDER = [
|
|||
'it',
|
||||
'science',
|
||||
'files',
|
||||
'social medias',
|
||||
'social media',
|
||||
]
|
||||
STR_TO_BOOL = {
|
||||
'0': False,
|
||||
|
|
Loading…
Reference in a new issue