Browse Source

[fix] /preferences: remove the empty engine category "social medias" (it is "social media")

Alexandre Flament 3 years ago
parent
commit
b1100e2b7d
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,