fix: Remove demo wording, Closes blockstack/app#208

This commit is contained in:
kyranjamie
2020-02-20 10:39:43 +01:00
committed by Hank Stoever
parent 842fb85fed
commit 792b044f38

View File

@@ -28,7 +28,7 @@ const howSecretKeyWorks = ({ name }: { name: string }): InfoSection[] => [
},
{
title: 'Encryption',
body: `Encryption is always on. It locks everything you do in ${name} into useless codes. Because of this, Instagram cant see or track your activity. Your data can only be unlocked with the key that you own. No one else has this key, not even ${name}, so no one else can unlock your data`,
body: `Encryption is always on. It locks everything you do in ${name} into useless codes. Because of this, ${name} cant see or track your activity. Your data can only be unlocked with the key that you own. No one else has this key, not even ${name}, so no one else can unlock your data`,
},
{
title: 'What is a Secret Key?',
@@ -36,8 +36,7 @@ const howSecretKeyWorks = ({ name }: { name: string }): InfoSection[] => [
},
{
title: 'When will I need my Secret Key?',
body:
'Youll need your Secret Key to prove its you when you use Instagram on a new device, such as a new phone or laptop. After that, your Secret Key will stay active to keep you safe and private in the apps you use on that device.',
body: `Youll need your Secret Key to prove its you when you use ${name} on a new device, such as a new phone or laptop. After that, your Secret Key will stay active to keep you safe and private in the apps you use on that device.`,
},
];