From 1a1ab34d9dba7368b146bc7402e8f54bafea98bb Mon Sep 17 00:00:00 2001
From: Markus Heiser <markus.heiser@darmarit.de>
Date: Fri, 2 Jun 2023 20:21:35 +0200
Subject: [PATCH] [fix] URL percent-encoding in translations fail in babel

Closes: https://github.com/searxng/searxng/issues/2482
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
---
 searx/templates/simple/preferences/method.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/templates/simple/preferences/method.html b/searx/templates/simple/preferences/method.html
index 0e44b6435..69d77151c 100644
--- a/searx/templates/simple/preferences/method.html
+++ b/searx/templates/simple/preferences/method.html
@@ -11,6 +11,6 @@
     </select>{{- '' -}}
   </div>{{- '' -}}
   <div class="description">
-    {{- _('Change how forms are submitted, <a href="http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods" rel="external">learn more about request methods</a>') -}}
+    {{- _('Change how forms are submitted') }} <a href="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods" rel="external">🔗</a>
   </div>{{- '' -}}
 </fieldset>{{- '' -}}