From 0f57015b9e78d0b5f92b7e1406814fc9240fac82 Mon Sep 17 00:00:00 2001 From: hesterbruikman <35233054+hesterbruikman@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:36:12 +0200 Subject: [PATCH] Update copy 'About names' Resolves https://github.com/status-im/status-react/issues/8694 Old 'About names' copy: Your identity is secure and private by design. You get a locally generated cryptographic keypair. The name and image are a readable version of this. They are unique. Nobody can pretend to be you. Nobody sees your name unless you provide it. New 'About names' copy: Your identity is secure and private by design. You get a locally generated cryptographic keypair. The name and image are a readable version of this. They are unique. Nobody can pretend to be you. Nobody sees your real name unless you provide it. Signed-off-by: Andrey Shovkoplyas --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index f12c7802c7..31582d2361 100644 --- a/translations/en.json +++ b/translations/en.json @@ -180,7 +180,7 @@ "this-device-desc": "Your key will be encrypted and securely stored", "keycard-desc": "Android only. You will need to get a Keycard first", "about-names-title": "About the names", - "about-names-content": "Your identity is secure and private by design. You get a locally generated cryptographic keypair. The name and image are a readable version of this. They are unique. Nobody can pretend to be you. Nobody sees your name unless you provide it.", + "about-names-content": "Your identity is secure and private by design. You get a locally generated cryptographic keypair. The name and image are a readable version of this. They are unique. Nobody can pretend to be you. Nobody sees your real name unless you provide it.", "about-key-storage-title": "About key storage", "about-key-storage-content": "Status will never access your private key. Be sure to backup your recovery phrase. If you lose your phone it is the only way to access your keys.", "encrypt-with-password": "Encrypt with password",