From 24fb877255c78fb21cfb54cf19053ddc32be7317 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 5 Aug 2024 22:08:31 +0200 Subject: [PATCH] portail/domain settings: Improve explanation about search engine --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index ef2aa2d82..ebe15b6f4 100644 --- a/locales/en.json +++ b/locales/en.json @@ -368,7 +368,7 @@ "domain_config_portal_user_intro": "Custom user intro", "domain_config_portal_user_intro_help": "You can use HTML, basic styles will be applied to generic elements.", "domain_config_search_engine": "Search engine URL", - "domain_config_search_engine_help": "An URL with an empty query string like `https://duckduckgo.com/?q=`, with `q=` as duckduckgo's empty query parameter", + "domain_config_search_engine_help": "This is an optional feature, allowing to display a search bar in the portal (for example if you like to use your YunoHost portal as your browser's home page). This should be an URL with an empty query string such as `https://duckduckgo.com/?q=`, with `q=` as duckduckgo's empty query parameter", "domain_config_search_engine_name": "Search engine name", "domain_config_show_other_domains_apps": "Show other domain's apps", "domain_created": "Domain created",