From 62a04c3c921d405a36f518ee3a82cf671d73ceca Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Fri, 24 May 2024 13:30:33 +0200 Subject: [PATCH] advertise browser extension --- pass/lang/en/help.json | 2 +- pass/lang/en/index.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pass/lang/en/help.json b/pass/lang/en/help.json index c23ae17..6a57915 100644 --- a/pass/lang/en/help.json +++ b/pass/lang/en/help.json @@ -47,7 +47,7 @@ }, { "summary": "How does the anonymous token work?", - "description": "You can use the anonymous token with our browser extension (in progress) or app. This will allow you to search even more securely with MetaGer. When using anonymous token, a part of your credit, in the form of random passwords, will be stored on your device. Through a <a href=\"{{tokenlink}}\">complex cryptographic process</a>, it becomes impossible even for us to associate your performed searches with each other, or with your key." + "description": "You can use the anonymous token with our browser extension or app. This will allow you to search even more securely with MetaGer. When using anonymous token, a part of your credit, in the form of random passwords, will be stored on your device. Through a <a href=\"{{tokenlink}}\">complex cryptographic process</a>, it becomes impossible even for us to associate your performed searches with each other, or with your key." }, { "summary": "How do I use the MetaGer key ?", diff --git a/pass/lang/en/index.json b/pass/lang/en/index.json index db52bc4..027c593 100644 --- a/pass/lang/en/index.json +++ b/pass/lang/en/index.json @@ -25,7 +25,7 @@ }, "compromise": { "heading": "Without compromise", - "description": "There are no user accounts with MetaGer. You will receive a randomly generated key from us. No contact information is required. With our <a href=\"{{linkPaymentMethods}}\">payment methods</a>, we only collect the data necessary for payment processing. If you use our <a href=\"/app\">Android app</a>, or soon our browser extension, you are also using <a href=\"{{linktoken}}\"> anonymous token</a>.", + "description": "There are no user accounts with MetaGer. You will receive a randomly generated key from us. No contact information is required. With our <a href=\"{{linkPaymentMethods}}\">payment methods</a>, we only collect the data necessary for payment processing. If you use our <a href=\"/app\">Android app</a>, or our browser extension, you are also using <a href=\"{{linktoken}}\"> anonymous token</a>.", "compromise": "Compromises" }, "efficiency": { @@ -52,4 +52,4 @@ "start": "Create MetaGer key now!", "login": "I already have a key" } -} +} \ No newline at end of file -- GitLab