mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] rename DEFAULT_GROUP_NAME = 'ungrouped'
The previous name 'others' leads to confusion with the **category 'other'**. For clarification: the **category 'other'** lists categories that are not included in ``categories_as_tabs:`` and those that do not belong to any category (also known as **ungrouped**). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
ab130786ab
commit
2bf4158289
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def is_flask_run_cmdline():
|
|||
return frames[-2].filename.endswith('flask/cli.py')
|
||||
|
||||
|
||||
DEFAULT_GROUP_NAME = 'others'
|
||||
DEFAULT_GROUP_NAME = 'ungrouped'
|
||||
|
||||
|
||||
def group_engines_in_tab(engines: Iterable[Engine]) -> List[Tuple[str, Iterable[Engine]]]:
|
||||
|
|
Loading…
Add table
Reference in a new issue