From 368a6deebb8f1c76b645478fc635cd48c45d939a Mon Sep 17 00:00:00 2001 From: bjarneo Date: Sun, 24 Sep 2023 10:28:01 +0200 Subject: [PATCH] docs: update wording --- README.md | 2 +- html.js | 16 +++++++--------- public/locales/en/translation.json | 6 +++--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c23baa20..d811143c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

Free encrypted secret sharing for everyone!

- This application is to be used to share encrypted secrets cross organizations, or as private persons. Hemmelig truly cares about your privacy, and will do everything to stay that way. I hope you enjoy the product. + This application is designed for sharing encrypted information across organizations or among private individuals. Hemmelig places a high priority on safeguarding your privacy and will make every effort to maintain it. We trust you will find value in using our product.
## SaaS diff --git a/html.js b/html.js index 567d4cbf..bb23552d 100644 --- a/html.js +++ b/html.js @@ -3,17 +3,17 @@ export default ` - Hemmelig.app - paste a password, secret message or private information. + Hemmelig.app - Paste a password, confidential message, or private data. - + @@ -21,12 +21,11 @@ export default ` @@ -35,12 +34,11 @@ export default ` diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index a00101f0..b51384a7 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -8,8 +8,8 @@ "copied": "Copied", "copy": "Copy", "home": { - "app_subtitle": "Paste a password, secret message, or private information.", - "welcome": "Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.", + "app_subtitle": "Paste a password, confidential message, or private data.", + "welcome": "Ensure your sensitive data remains encrypted, secure, and confidential.", "bummer": "Bummer!", "maintxtarea": "Write your sensitive information..", "title": "Title", @@ -27,7 +27,7 @@ "create_secret_link": "Create a secret link", "create_new": "Create new", "delete": "Delete", - "link_only_works_once": "By default the secret link only works once, and then it will disappear.", + "link_only_works_once": "The secret link, by default, is a one-time use only, after which it will vanish.", "app_name_meaning": "[he`m:(ə)li], means secret in Norwegian.", "please_add_secret": "Please add a secret.", "14_days": "14 days",