From 83398861903a272c2382c980b3ab186c66112fa8 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Tue, 14 Feb 2023 14:31:23 +0200 Subject: [PATCH] Fix some typos in the English UI strings --- next/public/locales/en/common.json | 2 +- website/public/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/next/public/locales/en/common.json b/next/public/locales/en/common.json index a8202021e..fb05b94c5 100644 --- a/next/public/locales/en/common.json +++ b/next/public/locales/en/common.json @@ -33,7 +33,7 @@ "titleBrokenLink": "Broken link", "subtitleBrokenLink": "The link must match perfectly in order for the decryption to work, it might be missing some magic digits.", "titleExpired": "Expired", - "subtitleExpired": "No secret last forever. All stored secrets will expires and self destruct automatically. Lifetime varies from one hour up to one week." + "subtitleExpired": "No secret lasts forever. All stored secrets will expire and self destruct automatically. Lifetime varies from one hour up to one week." }, "result": { "title": "Secret stored in database", diff --git a/website/public/locales/en.json b/website/public/locales/en.json index a8202021e..fb05b94c5 100644 --- a/website/public/locales/en.json +++ b/website/public/locales/en.json @@ -33,7 +33,7 @@ "titleBrokenLink": "Broken link", "subtitleBrokenLink": "The link must match perfectly in order for the decryption to work, it might be missing some magic digits.", "titleExpired": "Expired", - "subtitleExpired": "No secret last forever. All stored secrets will expires and self destruct automatically. Lifetime varies from one hour up to one week." + "subtitleExpired": "No secret lasts forever. All stored secrets will expire and self destruct automatically. Lifetime varies from one hour up to one week." }, "result": { "title": "Secret stored in database",