From f0c98b47c79996d6858bb5afe1a6bf017d132206 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@hebeler.club> Date: Fri, 14 Jul 2023 15:53:38 +0200 Subject: [PATCH] fixed some texts --- pass/lang/de/login.json | 2 +- pass/lang/en/login.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pass/lang/de/login.json b/pass/lang/de/login.json index 53e97e8..36fbefb 100644 --- a/pass/lang/de/login.json +++ b/pass/lang/de/login.json @@ -31,4 +31,4 @@ "description": "Einen Moment: Wir erstellen einen neuen zufälligen MetaGer-Schlüssel für Sie..." } } -} +} \ No newline at end of file diff --git a/pass/lang/en/login.json b/pass/lang/en/login.json index 6ac493a..f94beb3 100644 --- a/pass/lang/en/login.json +++ b/pass/lang/en/login.json @@ -26,9 +26,9 @@ "description": "One moment: we are creating a new random MetaGer key for you..." }, "store": { - "description": "Your new key has been created and stored in this browser. Please save it anyway! 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.", + "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." }, - "next": "Continue to the next step:" + "next": "Next step: " } } \ No newline at end of file -- GitLab