From 960e06259abb832dd6d857c1a3db205bb4bf1d1a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 22 Oct 2018 11:26:21 +0200 Subject: [PATCH] Be more specific about security risks Signed-off-by: Knut Ahlers --- frontend/locale/de-de.all.json | 4 ++-- frontend/locale/en-us.all.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/locale/de-de.all.json b/frontend/locale/de-de.all.json index 73363a6..bf83cf1 100644 --- a/frontend/locale/de-de.all.json +++ b/frontend/locale/de-de.all.json @@ -1,6 +1,6 @@ { "alert-secret-not-found": { - "other": "Das ist nicht das Secret, was du suchst\u0026hellip;" + "other": "Das ist nicht das Secret, was du suchst\u0026hellip; - Falls du diesen Link noch nicht selbst geöffnet hast, könnte das Secret kompromittiert sein, da jemand anderes den Link geöffnet haben könnte." }, "alert-something-went-wrong": { "other": "Irgendwas ging schief. Entschuldigung\u0026hellip;" @@ -41,4 +41,4 @@ "title-secret-created": { "other": "Secret erstellt!" } -} \ No newline at end of file +} diff --git a/frontend/locale/en-us.all.json b/frontend/locale/en-us.all.json index cdbecc9..ea2cd3a 100644 --- a/frontend/locale/en-us.all.json +++ b/frontend/locale/en-us.all.json @@ -1,6 +1,6 @@ { "alert-secret-not-found": { - "other": "This is not the secret you are looking for\u0026hellip;" + "other": "This is not the secret you are looking for\u0026hellip; - If you expected the secret to be here it might be comprimised as someone else might have opened the link already." }, "alert-something-went-wrong": { "other": "Something went wrong. I'm very sorry about this\u0026hellip;" @@ -41,4 +41,4 @@ "title-secret-created": { "other": "Secret created!" } -} \ No newline at end of file +}