From e2b3a97472d085de6fbfdcea6a65098ca517128c Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 10 Apr 2024 12:34:54 +0200 Subject: [PATCH] fix incorrect links --- pass/lang/en/help.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pass/lang/en/help.json b/pass/lang/en/help.json index 063500b..c23ae17 100644 --- a/pass/lang/en/help.json +++ b/pass/lang/en/help.json @@ -3,7 +3,7 @@ "heading": "Anonymous tokens", "description": { "heading": "What are anonymous tokens?", - "text": "If you use a MetaGer key, you will receive a randomly generated password that your browser sends to us with each search query so that we can enable ad-free search. If you use our <a href=\"{{linkAndroidApp}}\" target=\"_blank\">Android app</a>, or our web extension for <a href=\"#\" target=\"_blank\" rel=\"noopener\">Chrome</a> and <a href=\"#\" target=\"_blank\" rel=\"noopener\">Firefox</a>, instead of the password, your browser sends us a randomly generated password (anonymous token) with each search request for authentication, which is generated locally. This ensures that each password is unique and has no connection with the actual MetaGer key, nor between the individual passwords." + "text": "If you use a MetaGer key, you will receive a randomly generated password that your browser sends to us with each search query so that we can enable ad-free search. If you use our <a href=\"/app\" target=\"_blank\">Android app</a>, or our web extension for <a href=\"https://chrome.google.com/webstore/detail/gjfllojpkdnjaiaokblkmjlebiagbphd\" target=\"_blank\" rel=\"noopener\">Chrome</a> and <a href=\"https://addons.mozilla.org/firefox/addon/metager-suche/\" target=\"_blank\" rel=\"noopener\">Firefox</a>, instead of the password, your browser sends us a randomly generated password (anonymous token) with each search request for authentication, which is generated locally. This ensures that each password is unique and has no connection with the actual MetaGer key, nor between the individual passwords." }, "problem": { "heading": "What problem are anonymous tokens supposed to solve?", @@ -90,4 +90,4 @@ ], "more-questions": "Do you have further questions? Then please feel free to use our <a href=\"{{contactlink}}\" target=\"_blank\">contact form</a>." } -} +} \ No newline at end of file -- GitLab