Browse Source

Merge pull request #220 from dalf/fix-category-order

[fix] /preferences: remove the empty engine category "social medias"(it is "social media")
Markus Heiser 3 years ago
parent
commit
ea0f4346b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/settings_defaults.py

+ 1 - 1
searx/settings_defaults.py

@@ -30,7 +30,7 @@ CATEGORY_ORDER = [
     'it',
     'science',
     'files',
-    'social medias',
+    'social media',
 ]
 STR_TO_BOOL = {
     '0': False,