diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/api.rst | 2 | ||||
| -rw-r--r-- | docs/admin/installation.rst | 4 | ||||
| -rw-r--r-- | docs/admin/settings/settings_ui.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/admin/api.rst b/docs/admin/api.rst index 8bd563ba7..7445c7b3b 100644 --- a/docs/admin/api.rst +++ b/docs/admin/api.rst @@ -59,7 +59,7 @@ Sample response "shortcut": "bb" }, ], - "instance_name": "searx", + "instance_name": "SearXNG", "locales": { "de": "Deutsch (German)", "en": "English", diff --git a/docs/admin/installation.rst b/docs/admin/installation.rst index da603a639..cd5b854b3 100644 --- a/docs/admin/installation.rst +++ b/docs/admin/installation.rst @@ -18,5 +18,5 @@ special preferences, it's recommended to use the :ref:`installation container` o .. attention:: SearXNG is growing rapidly, you should regularly read our :ref:`migrate and - stay tuned` section. If you want to upgrade an existing instance or migrate - from searx to SearXNG, you should read this section first! + stay tuned` section. If you want to upgrade an existing instance, you + should read this section first! diff --git a/docs/admin/settings/settings_ui.rst b/docs/admin/settings/settings_ui.rst index 222e0f2c5..cbb134267 100644 --- a/docs/admin/settings/settings_ui.rst +++ b/docs/admin/settings/settings_ui.rst @@ -25,7 +25,7 @@ ``default_locale`` : SearXNG interface language. If blank, the locale is detected by using the browser language. If it doesn't work, or you are deploying a language - specific instance of searx, a locale can be defined using an ISO language + specific instance of SearXNG, a locale can be defined using an ISO language code, like ``fr``, ``en``, ``de``. ``query_in_title`` : |