From 8fc3f5a0f7de6972c815d07b279d84cc60a9f8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sj=C3=B6berg?= Date: Thu, 27 Jul 2023 21:26:10 +0200 Subject: [PATCH] Fixed typo in en.json (#2773) mesages -> messages --- website/langs/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/langs/en.json b/website/langs/en.json index 5db528114..74ea350e7 100644 --- a/website/langs/en.json +++ b/website/langs/en.json @@ -90,7 +90,7 @@ "simplex-unique-4-title": "You own SimpleX network", "simplex-unique-4-overlay-1-title": "Fully decentralised — users own the SimpleX network", "hero-overlay-card-1-p-1": "Many users asked: if SimpleX has no user identifiers, how can it know where to deliver messages?", - "hero-overlay-card-1-p-2": "To deliver mesages, instead of user IDs used by all other platforms, SimpleX uses temporary anonymous pairwise identifiers of message queues, separate for each of your connections — there are no long term identifiers.", + "hero-overlay-card-1-p-2": "To deliver messages, instead of user IDs used by all other platforms, SimpleX uses temporary anonymous pairwise identifiers of message queues, separate for each of your connections — there are no long term identifiers.", "hero-overlay-card-1-p-3": "You define which server(s) to use to receive the messages, your contacts — the servers you use to send the messages to them. Every conversation is likely to use two different servers.", "hero-overlay-card-1-p-4": "This design prevents leaking any users' metadata on the application level. To further improve privacy and protect your IP address you can connect to messaging servers via Tor.", "hero-overlay-card-1-p-5": "Only client devices store user profiles, contacts and groups; the messages are sent with 2-layer end-to-end encryption.", @@ -233,4 +233,4 @@ "on-this-page": "On this page", "back-to-top": "Back to top", "glossary": "Glossary" -} \ No newline at end of file +}