From 3cf032d6579a4d35b83627aa31f566c28062028d Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@hebeler.club>
Date: Fri, 19 Jan 2024 21:24:13 +0100
Subject: [PATCH] add hint to key parameter

---
 pass/lang/en/login.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pass/lang/en/login.json b/pass/lang/en/login.json
index 96e80b7..fb33035 100644
--- a/pass/lang/en/login.json
+++ b/pass/lang/en/login.json
@@ -28,7 +28,7 @@
     "store": {
       "description": "Your new key has been created. Please save it! It will contain your tokens, which will be used for ad-free search. You only need to enter the key if you want to use it on additional devices or if the cookies in your browser have been deleted.",
       "url": "You can also bookmark this URL, for example, to recover the key without manually entering it in the browser.",
-      "no-cookies": "Your browser does not support storing the key permanently as setting. Please consider allowing MetaGer to store cookies. We don't use them for other things. Your key will otherwise only work after calling below URL before every search request."
+      "no-cookies": "Your browser does not support storing the key permanently as setting. Please consider allowing MetaGer to store cookies. We don't use them for other things. Your key will otherwise only work after calling below URL before every search request. You can also add the URL Parameter key your default searchengine configuration."
     },
     "next": "Next step: "
   }
-- 
GitLab