From 6b226fa2110e3427e28fb63d985b889dedde9362 Mon Sep 17 00:00:00 2001
From: MM20 <15646950+MM2-0@users.noreply.github.com>
Date: Sat, 19 Nov 2022 14:33:21 +0100
Subject: [PATCH] Use the correct url template string for Google in the example
websearch string
---
i18n/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/i18n/src/main/res/values/strings.xml b/i18n/src/main/res/values/strings.xml
index e899a34d..2eb1b2ad 100644
--- a/i18n/src/main/res/values/strings.xml
+++ b/i18n/src/main/res/values/strings.xml
@@ -703,7 +703,7 @@
Name
App
URL template
- The URL template that is used to construct the web search URL. Use ‘${1}’ as a placeholder for the actual search term, e.g. https://google.com?q=${1}.
+ The URL template that is used to construct the web search URL. Use ‘${1}’ as a placeholder for the actual search term, e.g. https://google.com/search?q=${1}.
More information
Experimental
\ No newline at end of file